fix init jump bug
the label for the jump was not translated correctly call needs to go through to_cpu to create single instance on the way init order slightly changed
This commit is contained in:
@ -9,8 +9,6 @@ module Elf
|
||||
class ObjectWriter
|
||||
def initialize( machine )
|
||||
@machine = machine
|
||||
@machine.position_all
|
||||
@machine.create_binary
|
||||
target = Elf::Constants::TARGET_ARM
|
||||
@object = Elf::ObjectFile.new(target)
|
||||
sym_strtab = Elf::StringTableSection.new(".strtab")
|
||||
|
Reference in New Issue
Block a user