make arm use branch_lsteners

This commit is contained in:
Torsten Ruger
2018-06-19 10:51:03 +03:00
parent 9fc7f9b528
commit 956c2ebe54
4 changed files with 16 additions and 0 deletions

View File

@ -38,6 +38,7 @@ module Elf
@machine.object_positions.each do |slot , position|
next if slot.is_a?(Parfait::BinaryCode)
next if slot.class.name.include?("Arm")
if( slot.respond_to? :rxf_reference_name )
label = "#{slot.rxf_reference_name}"
else