From: ceriel Date: Mon, 18 May 1987 15:54:52 +0000 (+0000) Subject: -1 is now represented as such X-Git-Tag: release-5-5~4121 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=e0c3807b29fadb04bc2cf48707325fc985e47ae1;p=ack.git -1 is now represented as such --- 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 */ %%;