Removed a %03x, which does not work on USG systems
authorceriel <none@none>
Mon, 9 Feb 1987 16:26:56 +0000 (16:26 +0000)
committerceriel <none@none>
Mon, 9 Feb 1987 16:26:56 +0000 (16:26 +0000)
mach/m68020/ncg/mach.h
mach/m68k2/ncg/mach.h
mach/m68k4/ncg/mach.h
mach/moon3/ncg/mach.h

index 4876372..ad65af1 100644 (file)
@@ -19,7 +19,7 @@ and then run "make" again
 #define        pop_fmt         "(sp)+"
 #define cst_fmt                "%ld"
 #define        off_fmt         "%ld"
-#define ilb_fmt                "I%03x%x"
+#define ilb_fmt                "I%x_%x"
 #define dlb_fmt                "_%d"
 #define        hol_fmt         "hol%d"
 
index 4876372..ad65af1 100644 (file)
@@ -19,7 +19,7 @@ and then run "make" again
 #define        pop_fmt         "(sp)+"
 #define cst_fmt                "%ld"
 #define        off_fmt         "%ld"
-#define ilb_fmt                "I%03x%x"
+#define ilb_fmt                "I%x_%x"
 #define dlb_fmt                "_%d"
 #define        hol_fmt         "hol%d"
 
index 4876372..ad65af1 100644 (file)
@@ -19,7 +19,7 @@ and then run "make" again
 #define        pop_fmt         "(sp)+"
 #define cst_fmt                "%ld"
 #define        off_fmt         "%ld"
-#define ilb_fmt                "I%03x%x"
+#define ilb_fmt                "I%x_%x"
 #define dlb_fmt                "_%d"
 #define        hol_fmt         "hol%d"
 
index 4876372..ad65af1 100644 (file)
@@ -19,7 +19,7 @@ and then run "make" again
 #define        pop_fmt         "(sp)+"
 #define cst_fmt                "%ld"
 #define        off_fmt         "%ld"
-#define ilb_fmt                "I%03x%x"
+#define ilb_fmt                "I%x_%x"
 #define dlb_fmt                "_%d"
 #define        hol_fmt         "hol%d"