move machine to module level

makes for shorter, more concise, access
also remove one more bug possibility
(reinitiation)
This commit is contained in:
Torsten Ruger
2015-06-01 08:40:17 +03:00
parent 336e6c18de
commit 5726d2c181
21 changed files with 35 additions and 30 deletions

View File

@ -9,5 +9,5 @@ module Arm
end
end
end
Virtual::Machine.instance.add_pass "Arm::GetImplementation"
Virtual.machine.add_pass "Arm::GetImplementation"
end