mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-27 14:45:50 +00:00
COFF: Fix a typo
Introduced when I rebased my changes to use isReservedSectionNumber. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204260 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a2ff1c5de1
commit
875b3c9afd
@ -207,7 +207,7 @@ struct coff_symbol {
|
||||
return StorageClass == COFF::IMAGE_SYM_CLASS_EXTERNAL &&
|
||||
getBaseType() == COFF::IMAGE_SYM_TYPE_NULL &&
|
||||
getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION &&
|
||||
COFF::isReservedSectionNumber(SectionNumber);
|
||||
!COFF::isReservedSectionNumber(SectionNumber);
|
||||
}
|
||||
|
||||
bool isWeakExternal() const {
|
||||
|
Loading…
Reference in New Issue
Block a user