From 08c8edf314371a78270c8c9eef8f0f264f482990 Mon Sep 17 00:00:00 2001 From: em Date: Mon, 21 Jan 1985 16:40:02 +0000 Subject: [PATCH] Changed #define's of newlbss of cst_fmt. --- mach/vax4/cg/mach.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mach/vax4/cg/mach.h b/mach/vax4/cg/mach.h index 663b67c95..ddd31eaa7 100644 --- a/mach/vax4/cg/mach.h +++ b/mach/vax4/cg/mach.h @@ -6,9 +6,9 @@ #define newdlb(x) fprintf(codefile,"%s:\n",x) #define newplb(x) fprintf(codefile,".align 1\n%s:\n",x) #define dlbdlb(s1,s2) fprintf(codefile,"%s = %s\n",s1,s2) -#define newlbss(x,f) fprintf(codefile,"%s:.lcomm\t%ld\n",x,f) +#define newlbss(l,x) fprintf(codefile,".lcomm\t%s,%d\n",l,x); -#define cst_fmt "$%ld" +#define cst_fmt "%ld" #define off_fmt "%ld" #define ilb_fmt "L%xL%x" #define dlb_fmt "_%d" -- 2.34.1