From: ceriel Date: Mon, 22 Aug 1988 10:54:03 +0000 (+0000) Subject: fixed problem with dlbdlb X-Git-Tag: release-5-5~2897 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=95b4d20b5dda530ce92eacac1a553cf58317f355;p=ack.git fixed problem with dlbdlb --- diff --git a/mach/vax4/cg/mach.h b/mach/vax4/cg/mach.h index b34286865..0ef86532a 100644 --- a/mach/vax4/cg/mach.h +++ b/mach/vax4/cg/mach.h @@ -9,7 +9,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,".set %s, %s\n",s1,s2) +#define dlbdlb(s1,s2) fprintf(codefile,".data\n%s:\n",s1) #define newlbss(l,x) fprintf(codefile,".lcomm\t%s,%d\n",l,x); #define cst_fmt "%ld"