-1 is now represented as such
authorceriel <none@none>
Mon, 18 May 1987 15:54:52 +0000 (15:54 +0000)
committerceriel <none@none>
Mon, 18 May 1987 15:54:52 +0000 (15:54 +0000)
mach/pdp/top/table

index 2b4e433..756c6c3 100644 (file)
@@ -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 */
 
 %%;