move space accesor to boot_space
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user