fixed that darn method address bug

This commit is contained in:
Torsten Ruger
2015-07-01 09:47:10 +03:00
parent 9541712af8
commit 047c77e186
5 changed files with 6 additions and 9 deletions

View File

@ -44,7 +44,6 @@ module Arm
# so there it balances out, but not blocks
# have to use the code, not the mthod object for methods
diff = arg.code.position - self.position
diff -= 4 if diff > 0 # hmm, stil having troubles with this one. but it works :-)
end
arg = diff
end