"word" is now always a "long"
authorceriel <none@none>
Thu, 2 Apr 1987 09:54:41 +0000 (09:54 +0000)
committerceriel <none@none>
Thu, 2 Apr 1987 09:54:41 +0000 (09:54 +0000)
mach/pdp/cg/mach.h
mach/pdp/cg/table

index fcf7230..64bddd1 100644 (file)
 #define dlb_fmt                "_%d"
 #define        hol_fmt         "hol%d"
 
-#define hol_off                "0%o+hol%d"
+#define hol_off                "0%lo+hol%d"
 
 #ifdef ACK_ASS
-#define con_cst(x)     fprintf(codefile,".data2 0%o\n",x)
+#define con_cst(x)     fprintf(codefile,".data2 0%lo\n",x)
 #define con_ilb(x)     fprintf(codefile,".data2 %s\n",x)
 #define con_dlb(x)     fprintf(codefile,".data2 %s\n",x)
 #else
-#define con_cst(x)     fprintf(codefile,"0%o\n",x)
+#define con_cst(x)     fprintf(codefile,"0%lo\n",x)
 #define con_ilb(x)     fprintf(codefile,"%s\n",x)
 #define con_dlb(x)     fprintf(codefile,"%s\n",x)
 #endif
index 02119e7..5b3d30c 100644 (file)
@@ -56,7 +56,7 @@ EM_PSIZE=2
 EM_BSIZE=SL
 
 TIMEFACTOR= 1/300
-FORMAT="0%o"
+FORMAT="0%lo"
 
 REGISTERS:
 r0      = ("r0", 2), REG.