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:
@ -15,5 +15,5 @@ module Arm
|
||||
end
|
||||
end
|
||||
end
|
||||
Virtual::BootSpace.space.add_pass "Arm::CallImplementation"
|
||||
Virtual::Machine.instance.add_pass "Arm::CallImplementation"
|
||||
end
|
||||
|
@ -9,5 +9,5 @@ module Arm
|
||||
end
|
||||
end
|
||||
end
|
||||
Virtual::BootSpace.space.add_pass "Arm::ConstantImplementation"
|
||||
Virtual::Machine.instance.add_pass "Arm::ConstantImplementation"
|
||||
end
|
||||
|
@ -9,5 +9,5 @@ module Arm
|
||||
end
|
||||
end
|
||||
end
|
||||
Virtual::BootSpace.space.add_pass "Arm::GetImplementation"
|
||||
Virtual::Machine.instance.add_pass "Arm::GetImplementation"
|
||||
end
|
||||
|
@ -11,5 +11,5 @@ module Arm
|
||||
end
|
||||
end
|
||||
end
|
||||
Virtual::BootSpace.space.add_pass "Arm::MainImplementation"
|
||||
Virtual::Machine.instance.add_pass "Arm::MainImplementation"
|
||||
end
|
||||
|
@ -9,5 +9,5 @@ module Arm
|
||||
end
|
||||
end
|
||||
end
|
||||
Virtual::BootSpace.space.add_pass "Arm::ReturnImplementation"
|
||||
Virtual::Machine.instance.add_pass "Arm::ReturnImplementation"
|
||||
end
|
||||
|
@ -14,5 +14,5 @@ module Arm
|
||||
end
|
||||
end
|
||||
end
|
||||
Virtual::BootSpace.space.add_pass "Arm::SaveImplementation"
|
||||
Virtual::Machine.instance.add_pass "Arm::SaveImplementation"
|
||||
end
|
||||
|
@ -9,5 +9,5 @@ module Arm
|
||||
end
|
||||
end
|
||||
end
|
||||
Virtual::BootSpace.space.add_pass "Arm::SetImplementation"
|
||||
Virtual::Machine.instance.add_pass "Arm::SetImplementation"
|
||||
end
|
||||
|
@ -9,5 +9,5 @@ module Arm
|
||||
end
|
||||
end
|
||||
end
|
||||
Virtual::BootSpace.space.add_pass "Arm::TransferImplementation"
|
||||
Virtual::Machine.instance.add_pass "Arm::TransferImplementation"
|
||||
end
|
||||
|
Reference in New Issue
Block a user