mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79738 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
605187e596
commit
d889ac3b56
@ -162,7 +162,7 @@ def dumpNlist32(f, i, opts):
|
||||
n_type = f.read8()
|
||||
print " ('n_type', %#x)" % n_type
|
||||
n_sect = f.read8()
|
||||
print " ('n_type', %r)" % n_sect
|
||||
print " ('n_sect', %r)" % n_sect
|
||||
n_desc = f.read16()
|
||||
print " ('n_desc', %r)" % n_desc
|
||||
n_value = f.read32()
|
||||
|
Loading…
Reference in New Issue
Block a user