phase 1- get rid of the pesty args in structions

This commit is contained in:
Torsten Ruger
2014-05-10 15:47:27 +03:00
parent 3f88fe15b4
commit 8faf0ba17f
8 changed files with 20 additions and 25 deletions

View File

@ -59,7 +59,7 @@ module Arm
end
def function_entry f_name
entry = Vm::Block.new("#{f_name}_entry")
# entry.add_code push( :left => :lr )
# entry.add_code push( :regs => [:lr] )
end
def function_exit f_name
entry = Vm::Block.new("#{f_name}_exit")