mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
OcAppleKernelLib: FixForceAquantiaEthernet patch by @Mieze
`__ZN30AppleEthernetAquantiaAqtion10718checkConfigSupportERiS0_` does not exist on macOS 10.15.4; dropping it makes the patch unique.
This commit is contained in:
parent
b249bc702a
commit
d4bd64ccd7
@ -2442,7 +2442,7 @@ STATIC
|
||||
PATCHER_GENERIC_PATCH
|
||||
mAquantiaEthernetPatchMieze = {
|
||||
.Comment = DEBUG_POINTER ("ForceAquantiaEthernetMieze"),
|
||||
.Base = "__ZN30AppleEthernetAquantiaAqtion10718checkConfigSupportERiS0_",
|
||||
.Base = NULL,
|
||||
.Find = mAquantiaEthernetPatchFindMieze,
|
||||
.Mask = mAquantiaEthernetPatchMaskMieze,
|
||||
.Replace = mAquantiaEthernetPatchReplaceMieze,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user