newlbss takes size as unsigned
authorceriel <none@none>
Mon, 18 Mar 1991 14:19:27 +0000 (14:19 +0000)
committerceriel <none@none>
Mon, 18 Mar 1991 14:19:27 +0000 (14:19 +0000)
mach/i86/ncg/mach.h

index 311f091..fe95827 100644 (file)
@@ -12,7 +12,7 @@
 #define newilb(x)       fprintf(codefile,"%s:\n",x)
 #define newdlb(x)       fprintf(codefile,"%s:\n",x)
 #define dlbdlb(x,y)     fprintf(codefile,"%s = %s\n",x,y)
-#define newlbss(l,x)    fprintf(codefile,".comm %s,%d\n",l,x);
+#define newlbss(l,x)    fprintf(codefile,".comm %s,%u\n",l,x);
 
 #define cst_fmt         "%d"
 #define off_fmt         "%d"