mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-15 09:33:39 +00:00
Object, COFF: Clean up formatting in hasExtendedRelocations
No functionality changed intended. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221867 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
509156a4ab
commit
7daa543413
@ -375,9 +375,9 @@ struct coff_section {
|
||||
// Returns true if the actual number of relocations is stored in
|
||||
// VirtualAddress field of the first relocation table entry.
|
||||
bool hasExtendedRelocations() const {
|
||||
return Characteristics & COFF::IMAGE_SCN_LNK_NRELOC_OVFL &&
|
||||
NumberOfRelocations == UINT16_MAX;
|
||||
};
|
||||
return (Characteristics & COFF::IMAGE_SCN_LNK_NRELOC_OVFL) &&
|
||||
NumberOfRelocations == UINT16_MAX;
|
||||
}
|
||||
};
|
||||
|
||||
struct coff_relocation {
|
||||
|
Loading…
x
Reference in New Issue
Block a user