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

@@ -44,7 +44,7 @@ module Virtual
class_for(MoveInstruction).new(value , self , :opcode => :mov)
end
def clazz
Object.space.get_or_create_class(:String)
BootSpace.space.get_or_create_class(:String)
end
end