at least it assembles again

This commit is contained in:
Torsten Ruger
2014-09-17 12:11:34 +03:00
parent e4474e7e2c
commit 95c7e44342
2 changed files with 3 additions and 2 deletions

View File

@ -31,7 +31,7 @@ module Elf
end
end
assembler.objects.values.each do |slot|
add_symbol "#{slot.objekt.class.name}::#{slot.position.to_s(16)}" , slot.position
add_symbol "#{slot.class.name}::#{slot.position.to_s(16)}" , slot.position
end
end
attr_reader :text