mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 20:59:51 +00:00
Add missing single quotes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113687 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
228290c0d1
commit
1264937212
@ -98,7 +98,7 @@ class Section:
|
||||
elif dumpdata:
|
||||
f.seek(self.sh_offset)
|
||||
data = f.read(self.sh_size)
|
||||
print " ('_section_data', %s)" % common_dump.dataToHex(data)
|
||||
print " ('_section_data', '%s')" % common_dump.dataToHex(data)
|
||||
print " ),"
|
||||
|
||||
def dumpSymtab(f, section, strtab):
|
||||
|
Loading…
Reference in New Issue
Block a user