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