weird 4 to add for call works
This commit is contained in:
parent
c0f11d70f1
commit
88f45cbf15
@ -44,6 +44,7 @@ module Arm
|
|||||||
# so there it balances out, but not blocks
|
# so there it balances out, but not blocks
|
||||||
# have to use the code, not the mthod object for methods
|
# have to use the code, not the mthod object for methods
|
||||||
diff = arg.code.position - self.position
|
diff = arg.code.position - self.position
|
||||||
|
diff -= 4 if diff > 0 # hmm, stil having troubles with this one. but it works :-)
|
||||||
end
|
end
|
||||||
arg = diff
|
arg = diff
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user