Fix forgotten block compiler

Especially on the way down to risc
This commit is contained in:
2019-08-13 19:32:17 +03:00
parent 8036b23593
commit 155c042009
16 changed files with 250 additions and 183 deletions

View File

@ -51,9 +51,9 @@ module RubyX
#
# After creating vool, we call to_target
# Return a Linker
def ruby_to_target(ruby)
def ruby_to_target(ruby , platform)
ruby_to_vool(ruby)
to_target()
to_target( platform )
end
# ruby_to_risc creates Risc instructions