mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
OcAppleKernelLib: Fix weak symbol resolution.
This commit is contained in:
parent
ff141b905a
commit
350ac16aec
@ -447,15 +447,16 @@ InternalSolveSymbol64 (
|
||||
}
|
||||
}
|
||||
|
||||
*WeakTestValue = WeakTestSymbol->Value;
|
||||
Value = WeakTestSymbol->Value;
|
||||
*WeakTestValue = Value;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (Value != 0) {
|
||||
InternalSolveSymbolValue64 (Value, Symbol);
|
||||
return TRUE;
|
||||
}
|
||||
if (Value != 0) {
|
||||
InternalSolveSymbolValue64 (Value, Symbol);
|
||||
return TRUE;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user