Browse Source

*** empty log message ***

ceriel 37 years ago
parent
commit
265ff45db1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mach/vax4/cg/mach.h

+ 1 - 1
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"