From 31690679792b3014ec8884688cc369d81f1c829d Mon Sep 17 00:00:00 2001 From: sater Date: Wed, 18 Jul 1984 13:28:01 +0000 Subject: [PATCH] changed instruction label format to allow more than 256 procedures --- mach/pdp/cg/mach.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mach/pdp/cg/mach.h b/mach/pdp/cg/mach.h index 621ea8e8c..7bacb57b1 100644 --- a/mach/pdp/cg/mach.h +++ b/mach/pdp/cg/mach.h @@ -10,7 +10,7 @@ #define cst_fmt "$0%o" #define off_fmt "0%o" -#define ilb_fmt "I%02x%x" +#define ilb_fmt "I%03x%x" #define dlb_fmt "_%d" #define hol_fmt "hol%d" -- 2.34.1