reducing the label's int for return
placing the raw address in the register to jump to puts the extra instruction at the risc level (not arm), thus changing a lot of (brittle?) tests
This commit is contained in:
@ -226,7 +226,7 @@ module Risc
|
||||
def execute_FunctionReturn
|
||||
link = get_register( @instruction.register )
|
||||
log.debug "Return to #{link}"
|
||||
set_pc link.value
|
||||
set_pc link
|
||||
false
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user