fix most mom and risc apart

apart from things involving builtn, which is not yet conceptually solved (as it codes risc, not mom)
This commit is contained in:
2019-08-10 21:30:00 +03:00
parent d5f89a4979
commit 213938075f
10 changed files with 43 additions and 21 deletions

View File

@ -52,7 +52,7 @@ module Vool
@arguments.each_with_index do |arg , index| # +1 because of type
args << Mom::SlotLoad.new(self, arg_target + [index + 1] , arg.slot_definition(compiler))
end
setup << Mom::ArgumentTransfer.new( mom_receive , args )
setup << Mom::ArgumentTransfer.new(self, mom_receive , args )
end
def simple_call(compiler)