rename set_slot
set_slot was clear about the target, but not the source. Better with reg_to_slot (and soon it’s inverse slot_to_reg)
This commit is contained in:
@ -41,7 +41,7 @@ module Arm
|
||||
ArmMachine.ldr( *slot_args_for(code) )
|
||||
end
|
||||
|
||||
def translate_SetSlot( code )
|
||||
def translate_RegToSlot( code )
|
||||
ArmMachine.str( *slot_args_for(code) )
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user