remove booted flag

just boot if needed
This commit is contained in:
Torsten Ruger
2018-06-29 11:36:14 +03:00
parent f1b09ac58d
commit 606c7bf906
5 changed files with 26 additions and 33 deletions

View File

@ -9,10 +9,7 @@ module Vool
statements.to_mom(nil)
statements
end
def self.ruby_to_mom(source)
statements = self.ruby_to_vool(source)
statements.to_mom(nil)
end
def self.ruby_to_binary(source , platform = :arm)
machine = Risc.machine.boot
self.ruby_to_vool(source)