diff --git a/mach/pdp/cg/mach.h b/mach/pdp/cg/mach.h index fcf7230d4..64bddd106 100644 --- a/mach/pdp/cg/mach.h +++ b/mach/pdp/cg/mach.h @@ -34,14 +34,14 @@ #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 diff --git a/mach/pdp/cg/table b/mach/pdp/cg/table index 02119e75c..5b3d30c7e 100644 --- a/mach/pdp/cg/table +++ b/mach/pdp/cg/table @@ -56,7 +56,7 @@ EM_PSIZE=2 EM_BSIZE=SL TIMEFACTOR= 1/300 -FORMAT="0%o" +FORMAT="0%lo" REGISTERS: r0 = ("r0", 2), REG.