projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
605187e
)
Fix typo.
author
Daniel Dunbar
<daniel@zuster.org>
Sat, 22 Aug 2009 10:09:17 +0000
(10:09 +0000)
committer
Daniel Dunbar
<daniel@zuster.org>
Sat, 22 Aug 2009 10:09:17 +0000
(10:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79738
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Scripts/macho-dump
patch
|
blob
|
history
diff --git
a/test/Scripts/macho-dump
b/test/Scripts/macho-dump
index c41482c6ebf2b54fc11de4dbb843a1091a58bd1d..665399d06dde40e96b61db9aca42b607e3c9b092 100755
(executable)
--- a/
test/Scripts/macho-dump
+++ b/
test/Scripts/macho-dump
@@
-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()