Fixed a bug in llvm-objdump when disassembling using -macho option for a binary
authorKevin Enderby <enderby@apple.com>
Tue, 15 May 2012 18:57:14 +0000 (18:57 +0000)
committerKevin Enderby <enderby@apple.com>
Tue, 15 May 2012 18:57:14 +0000 (18:57 +0000)
commit41854aea66ade4dea16a80bc8ef7ddf6c379d21f
treebad2ed69a461172242d1f798cda6c645efb8041f
parentb5cd41e26f89aad2f2dc4f5dc37577f7abf8528a
Fixed a bug in llvm-objdump when disassembling using -macho option for a binary
that has more than one symbol.  The last symbol was not being disassembled to
the end of the section.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156840 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-objdump/MachODump.cpp