removed some %0's

This commit is contained in:
ceriel 1987-02-10 12:49:08 +00:00
parent cd1007a972
commit 5ab4d1d2f8
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"