fix init jump bug
the label for the jump was not translated correctly call needs to go through to_cpu to create single instance on the way init order slightly changed
This commit is contained in:
@ -17,6 +17,7 @@ module Vool
|
||||
machine = Risc.machine.boot
|
||||
self.ruby_to_vool(source)
|
||||
machine.position_all
|
||||
machine.create_binary
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user