diff options
Diffstat (limited to 'test/Scripts')
-rwxr-xr-x | test/Scripts/elf-dump | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Scripts/elf-dump b/test/Scripts/elf-dump index 003a4ef..9794bfd 100755 --- a/test/Scripts/elf-dump +++ b/test/Scripts/elf-dump @@ -205,7 +205,7 @@ def dumpELF(path, opts): print "('_sections', [" for index in range(e_shnum): - print " # Section %s" % common_dump.HexDump(index) + print " # Section %s" % index sections[index].dump(shstrtab, f, strtab, opts.dumpSectionData) print "])" |