fixed problem with dlbdlb
authorceriel <none@none>
Mon, 22 Aug 1988 10:54:03 +0000 (10:54 +0000)
committerceriel <none@none>
Mon, 22 Aug 1988 10:54:03 +0000 (10:54 +0000)
mach/vax4/cg/mach.h

index b342868..0ef8653 100644 (file)
@@ -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"