From 7bfb872d3de70ec6cd916bddb796ecdca3a40b4d Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Fri, 10 Dec 2010 06:19:39 +0000 Subject: Mach-O: Tweak field name. llvm-svn: 121465 --- llvm/tools/macho-dump/macho-dump.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/tools/macho-dump/macho-dump.cpp') diff --git a/llvm/tools/macho-dump/macho-dump.cpp b/llvm/tools/macho-dump/macho-dump.cpp index 982443a2ce0..f4854bec470 100644 --- a/llvm/tools/macho-dump/macho-dump.cpp +++ b/llvm/tools/macho-dump/macho-dump.cpp @@ -288,7 +288,7 @@ static int DumpDysymtabCommand(MachOObject &Obj, if (!DLC) return Error("unable to read segment load command"); - outs() << " ('ilocalsym', " << DLC->LocalSymbolIndex << ")\n"; + outs() << " ('ilocalsym', " << DLC->LocalSymbolsIndex << ")\n"; outs() << " ('nlocalsym', " << DLC->NumLocalSymbols << ")\n"; outs() << " ('iextdefsym', " << DLC->ExternalSymbolsIndex << ")\n"; outs() << " ('nextdefsym', " << DLC->NumExternalSymbols << ")\n"; -- cgit v1.2.3