From: ceriel Date: Mon, 9 Feb 1987 16:26:56 +0000 (+0000) Subject: Removed a %03x, which does not work on USG systems X-Git-Tag: release-5-5~4708 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=4be7b3dfa5ab386c8a467a4977bbab672432d335;p=ack.git Removed a %03x, which does not work on USG systems --- 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"