From ea891cfb3c050fa98a92a8c793d99af33784d4ac Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 22 Jan 1990 14:57:58 +0000 Subject: [PATCH] Added .limhp --- mach/pdp/libem/head_em.s | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mach/pdp/libem/head_em.s b/mach/pdp/libem/head_em.s index b3504e85e..3ea2f995d 100644 --- a/mach/pdp/libem/head_em.s +++ b/mach/pdp/libem/head_em.s @@ -2,7 +2,7 @@ .sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text .define LINO_AD,FILN_AD .define ERANGE,ESET,EHEAP,EILLINS,ECASE -.define hol0,trppc~,trpim~,reghp~ +.define hol0,trppc~,trpim~,reghp~,.limhp ! $Header$ #define float 1 @@ -56,6 +56,7 @@ hol0: .data2 0,0 ! line no trppc~: .data2 0 trpim~: .data2 0 reghp~: .data2 _end +.limhp: .data2 _end .sect .text sig8: -- 2.34.1