mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-04 23:32:00 +00:00
DumpSegment64Command() wasn't returning correct result. Caught by static analyzer. rdar://11329354
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155669 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
aec9240be2
commit
0d5c32327a
@ -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