From e0c3807b29fadb04bc2cf48707325fc985e47ae1 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 18 May 1987 15:54:52 +0000 Subject: [PATCH] -1 is now represented as such --- mach/pdp/top/table | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mach/pdp/top/table b/mach/pdp/top/table index 2b4e433b3..756c6c3df 100644 --- a/mach/pdp/top/table +++ b/mach/pdp/top/table @@ -17,7 +17,7 @@ A,B {no_side_effects(VAL) }; X,Y {TRUE }; REG {is_register(VAL) }; /* register */ SREG {is_scratchreg(VAL) }; /* scratch reg */ -M_ONE {strcmp(VAL,"$037777777777") == 0 }; /* -1 */ +M_ONE {strcmp(VAL,"$-1") == 0 }; /* -1 */ LAB,L1,L2 {VAL[0] == 'I' }; /* label */ %%; -- 2.34.1