mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-03-04 08:27:50 +00:00
DumpSegment64Command() wasn't returning correct result. Caught by static analyzer. rdar://11329354
llvm-svn: 155669
This commit is contained in:
parent
03fa574af5
commit
86bd889942
@ -194,7 +194,7 @@ static int DumpSegment64Command(MachOObject &Obj,
|
||||
}
|
||||
outs() << " ])\n";
|
||||
|
||||
return 0;
|
||||
return Res;
|
||||
}
|
||||
|
||||
static void DumpSymbolTableEntryData(MachOObject &Obj,
|
||||
|
Loading…
x
Reference in New Issue
Block a user