fix bug where layout wasn't initialized

This commit is contained in:
Torsten Ruger
2015-05-30 11:55:46 +03:00
parent 3e9e650764
commit bea10cc560
5 changed files with 23 additions and 11 deletions

View File

@ -11,7 +11,10 @@ module FakeMem
@length = -1
if Parfait::Space.object_space and Parfait::Space.object_space.objects
Parfait::Space.object_space.add_object self
end #Note: the else is handled in boot, by ading the space "by hand", as it slips though
else
#Note: the else is handled in boot, by ading the space "by hand", as it slips though
#puts "Got away #{self.class}"
end
init_layout if Virtual::Machine.instance.class_mappings
end
def init_layout