rename for_type to self_type
and split a base class off TypedMethod
This commit is contained in:
@ -27,7 +27,7 @@ module Elf
|
||||
meth = asm.method
|
||||
asm.instructions.each do |label|
|
||||
next unless label.is_a?(Risc::Label)
|
||||
add_symbol "#{meth.for_type.name}@#{meth.name}:Label=#{label.name}" , Risc::Position.get(label).at
|
||||
add_symbol "#{meth.self_type.name}@#{meth.name}:Label=#{label.name}" , Risc::Position.get(label).at
|
||||
end
|
||||
meth.binary.each_block do |code|
|
||||
label = "BinaryCode@#{meth.name}"
|
||||
|
Reference in New Issue
Block a user