From a3d34a0e63c8959751ae83dab7faade81a5968c9 Mon Sep 17 00:00:00 2001 From: ceriel Date: Fri, 27 Feb 1987 12:54:03 +0000 Subject: [PATCH] *** empty log message *** --- mach/vax4/cg/mach.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mach/vax4/cg/mach.h b/mach/vax4/cg/mach.h index ddd31eaa7..5c30d47c7 100644 --- a/mach/vax4/cg/mach.h +++ b/mach/vax4/cg/mach.h @@ -5,7 +5,7 @@ #define newilb(x) fprintf(codefile,"%s:\n",x) #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 dlbdlb(s1,s2) fprintf(codefile,".set %s, %s\n",s1,s2) #define newlbss(l,x) fprintf(codefile,".lcomm\t%s,%d\n",l,x); #define cst_fmt "%ld" -- 2.34.1