get the label int to work consistently
still need to use it in the return
This commit is contained in:
@ -5,7 +5,6 @@ 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