fix interpreter

by currently not checking for old register pattern
feels like wip, but passes (all but one)
This commit is contained in:
2020-03-13 16:25:35 +02:00
parent f2250bc206
commit c16ed5ab3a
4 changed files with 22 additions and 14 deletions

View File

@ -66,6 +66,7 @@ module Arm
end
def translate_FunctionReturn( code )
# FIXME reduce the int first, register contains a ReturnAddress
ArmMachine.mov( :pc , code.register)
end
def translate_DynamicJump(code)