mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-14 07:09:08 +00:00
Style fix.
llvm-svn: 202465
This commit is contained in:
parent
e3d6551059
commit
8b844d4f24
@ -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…
Reference in New Issue
Block a user