mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 20:29:48 +00:00
Fix indentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219312 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6c54948916
commit
1a98f792a5
@ -129,10 +129,10 @@ static std::error_code getOffset(const SymbolRef &Sym, uint64_t &Result) {
|
|||||||
if (std::error_code EC = Sym.getSection(SecI))
|
if (std::error_code EC = Sym.getSection(SecI))
|
||||||
return EC;
|
return EC;
|
||||||
|
|
||||||
if (SecI == Obj->section_end()) {
|
if (SecI == Obj->section_end()) {
|
||||||
Result = UnknownAddressOrSize;
|
Result = UnknownAddressOrSize;
|
||||||
return object_error::success;
|
return object_error::success;
|
||||||
}
|
}
|
||||||
|
|
||||||
uint64_t SectionAddress;
|
uint64_t SectionAddress;
|
||||||
if (std::error_code EC = SecI->getAddress(SectionAddress))
|
if (std::error_code EC = SecI->getAddress(SectionAddress))
|
||||||
|
Loading…
Reference in New Issue
Block a user