rename the objects accessor

and move to object keys, not object_id
This commit is contained in:
Torsten Ruger
2018-06-15 09:18:39 +03:00
parent 3cc9175efa
commit 2c765c8f14
8 changed files with 18 additions and 15 deletions

View File

@ -36,7 +36,7 @@ module Elf
end
end
@machine.objects.each do |id,slot|
@machine.object_positions.each do |slot , position|
next if slot.is_a?(Parfait::BinaryCode)
if( slot.respond_to? :rxf_reference_name )
label = "#{slot.rxf_reference_name}"