removed some %0's

This commit is contained in:
ceriel 1987-02-10 12:49:08 +00:00
parent 20d5f79967
commit 04b514bdef
2 changed files with 2 additions and 2 deletions

View File

@ -1121,7 +1121,7 @@ Example mach.h for the PDP-11
#define cst_fmt "$%d."
#define off_fmt "%d."
#define ilb_fmt "I%02x%x"
#define ilb_fmt "I%x_%x"
#define dlb_fmt "_%d"
#define hol_fmt "hol%d"

View File

@ -2097,7 +2097,7 @@ Example mach.h for the PDP-11
#define cst_fmt "$%d."
#define off_fmt "%d."
#define ilb_fmt "I%02x%x"
#define ilb_fmt "I%x_%x"
#define dlb_fmt "_%d"
#define hol_fmt "hol%d"