mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
OcAppleKernelLib: Remove superfluous STAB check.
This commit is contained in:
parent
6bb2e4b46f
commit
7c8f51f6f2
@ -382,8 +382,7 @@ InternalSolveSymbol64 (
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
if (((Symbol->Type & MACH_N_TYPE_STAB) == 0)
|
||||
&& ((Symbol->Descriptor & MACH_N_WEAK_DEF) != 0)) {
|
||||
if ((Symbol->Descriptor & MACH_N_WEAK_DEF) != 0) {
|
||||
//
|
||||
// KXLD_WEAK_TEST_SYMBOL is not going to be defined or exposed by a KEXT
|
||||
// prelinked by this library, hence only check the undefined symbols region
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user