mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
OpenCoreKernelPatch: Fix assertion in SetApfsTrimTimeout
This commit is contained in:
parent
6432d8c87e
commit
d26aa6c43d
@ -277,7 +277,7 @@ OcKernelApplyPatches (
|
||||
|
||||
if (Config->Kernel.Quirks.SetApfsTrimTimeout >= 0) {
|
||||
PatchSetApfsTimeout ((UINT32) Config->Kernel.Quirks.SetApfsTrimTimeout);
|
||||
OcKernelApplyQuirk (KernelQuirkSetApfsTrimTimeout, CacheType, DarwinVersion, NULL, &KernelPatcher);
|
||||
OcKernelApplyQuirk (KernelQuirkSetApfsTrimTimeout, CacheType, DarwinVersion, Context, NULL);
|
||||
}
|
||||
} else {
|
||||
if (Config->Kernel.Quirks.AppleXcpmCfgLock) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user