wip, fixed some label, need more fixing
This commit is contained in:
@ -5,6 +5,7 @@ module Risc
|
||||
def self.collect_space
|
||||
@objects = {}
|
||||
keep Parfait.object_space , 0
|
||||
puts "CONST #{Risc.machine.constants}"
|
||||
Risc.machine.constants.each {|obj| keep(obj,0)}
|
||||
@objects
|
||||
end
|
||||
|
Reference in New Issue
Block a user