update arm
and small code changes from the fact that just loading a variable does not change status flags
This commit is contained in:
@ -69,9 +69,8 @@ class Integer < Value
|
||||
tmp2 = me + tmp2
|
||||
|
||||
tmp2 = tmp2 << 1
|
||||
minus_10 = tmp2 - minus_10
|
||||
|
||||
if_minus(minus_10)
|
||||
if_minus(tmp2 - minus_10)
|
||||
me = me + 1
|
||||
end
|
||||
return me
|
||||
|
Reference in New Issue
Block a user