forked from OSchip/llvm-project
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";
|
outs() << " ])\n";
|
||||||
|
|
||||||
return 0;
|
return Res;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void DumpSymbolTableEntryData(MachOObject &Obj,
|
static void DumpSymbolTableEntryData(MachOObject &Obj,
|
||||||
|
|
Loading…
Reference in New Issue