mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-21 03:00:45 +00:00
Style fix.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202465 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0ff25b31d8
commit
6738a1ba7a
@ -198,7 +198,8 @@ static error_code getSectionContents(const COFFObjectFile *Obj,
|
||||
ArrayRef<uint8_t> &Contents,
|
||||
uint64_t &Addr) {
|
||||
SymbolRef Sym;
|
||||
if (error_code ec = resolveSymbol(Rels, Offset, Sym)) return ec;
|
||||
if (error_code EC = resolveSymbol(Rels, Offset, Sym))
|
||||
return EC;
|
||||
const coff_section *Section;
|
||||
if (error_code EC = resolveSectionAndAddress(Obj, Sym, Section, Addr))
|
||||
return EC;
|
||||
|
Loading…
x
Reference in New Issue
Block a user