DumpSegment64Command() wasn't returning correct result. Caught by static analyzer. rdar://11329354

llvm-svn: 155669
This commit is contained in:
Evan Cheng 2012-04-26 22:07:28 +00:00
parent 03fa574af5
commit 86bd889942
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ static int DumpSegment64Command(MachOObject &Obj,
}
outs() << " ])\n";
return 0;
return Res;
}
static void DumpSymbolTableEntryData(MachOObject &Obj,