change the debug output to be more readable
This commit is contained in:
@ -46,6 +46,10 @@ module Arm
|
||||
block << sub( result , left , right )
|
||||
result
|
||||
end
|
||||
def integer_left_shift block , result , left , right
|
||||
block << mov( result , left , shift_lsr: right )
|
||||
result
|
||||
end
|
||||
|
||||
def function_call into , call
|
||||
raise "Not CallSite #{call.inspect}" unless call.is_a? Vm::CallSite
|
||||
|
Reference in New Issue
Block a user