move machine to module level
makes for shorter, more concise, access also remove one more bug possibility (reinitiation)
This commit is contained in:
@ -9,5 +9,5 @@ module Arm
|
||||
end
|
||||
end
|
||||
end
|
||||
Virtual::Machine.instance.add_pass "Arm::GetImplementation"
|
||||
Virtual.machine.add_pass "Arm::GetImplementation"
|
||||
end
|
||||
|
Reference in New Issue
Block a user