-1 is now represented as such
This commit is contained in:
parent
45f384c870
commit
e0c3807b29
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ A,B {no_side_effects(VAL) };
|
||||||
X,Y {TRUE };
|
X,Y {TRUE };
|
||||||
REG {is_register(VAL) }; /* register */
|
REG {is_register(VAL) }; /* register */
|
||||||
SREG {is_scratchreg(VAL) }; /* scratch reg */
|
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 */
|
LAB,L1,L2 {VAL[0] == 'I' }; /* label */
|
||||||
|
|
||||||
%%;
|
%%;
|
||||||
|
|
Loading…
Reference in a new issue