From 4be7b3dfa5ab386c8a467a4977bbab672432d335 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 9 Feb 1987 16:26:56 +0000 Subject: [PATCH] Removed a %03x, which does not work on USG systems --- mach/m68020/ncg/mach.h | 2 +- mach/m68k2/ncg/mach.h | 2 +- mach/m68k4/ncg/mach.h | 2 +- mach/moon3/ncg/mach.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mach/m68020/ncg/mach.h b/mach/m68020/ncg/mach.h index 487637231..ad65af19a 100644 --- a/mach/m68020/ncg/mach.h +++ b/mach/m68020/ncg/mach.h @@ -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" diff --git a/mach/m68k2/ncg/mach.h b/mach/m68k2/ncg/mach.h index 487637231..ad65af19a 100644 --- a/mach/m68k2/ncg/mach.h +++ b/mach/m68k2/ncg/mach.h @@ -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" diff --git a/mach/m68k4/ncg/mach.h b/mach/m68k4/ncg/mach.h index 487637231..ad65af19a 100644 --- a/mach/m68k4/ncg/mach.h +++ b/mach/m68k4/ncg/mach.h @@ -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" diff --git a/mach/moon3/ncg/mach.h b/mach/moon3/ncg/mach.h index 487637231..ad65af19a 100644 --- a/mach/moon3/ncg/mach.h +++ b/mach/moon3/ncg/mach.h @@ -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" -- 2.34.1