move space accesor to boot_space

This commit is contained in:
Torsten Ruger
2014-08-24 21:32:21 +03:00
parent dd82095cca
commit 0b65e5840e
10 changed files with 18 additions and 17 deletions

View File

@ -18,5 +18,5 @@ module Register
end
end
end
Virtual::Object.space.add_pass_after CallImplementation , SetImplementation
Virtual::BootSpace.space.add_pass_after CallImplementation , SetImplementation
end

View File

@ -11,5 +11,5 @@ module Register
end
end
end
Virtual::Object.space.add_pass_after GetImplementation, Virtual::SendImplementation
Virtual::BootSpace.space.add_pass_after GetImplementation, Virtual::SendImplementation
end

View File

@ -17,5 +17,5 @@ module Register
end
end
end
Virtual::Object.space.add_pass_after SetImplementation , GetImplementation
Virtual::BootSpace.space.add_pass_after SetImplementation , GetImplementation
end