move space to parfait
Also make the machine the singleton and space hang off it Many repercussions, not all fixed in this commit
This commit is contained in:
@ -23,5 +23,5 @@ module Register
|
||||
end
|
||||
end
|
||||
end
|
||||
Virtual::BootSpace.space.add_pass "Register::CallImplementation"
|
||||
Virtual::Machine.instance.add_pass "Register::CallImplementation"
|
||||
end
|
||||
|
@ -18,5 +18,5 @@ module Register
|
||||
end
|
||||
end
|
||||
end
|
||||
Virtual::BootSpace.space.add_pass "Register::ReturnImplementation"
|
||||
Virtual::Machine.instance.add_pass "Register::ReturnImplementation"
|
||||
end
|
||||
|
@ -42,5 +42,5 @@ module Register
|
||||
end
|
||||
end
|
||||
end
|
||||
Virtual::BootSpace.space.add_pass "Register::SetImplementation"
|
||||
Virtual::Machine.instance.add_pass "Register::SetImplementation"
|
||||
end
|
||||
|
Reference in New Issue
Block a user