mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2026-02-01 15:59:39 +00:00
OcAppleKernelLib: Fix typo in the previous commit
This commit is contained in:
parent
12fcf3edf5
commit
bc6398fa30
@ -2042,7 +2042,7 @@ PatchSegmentJettison (
|
||||
if ((UINT8 *) Jettisoning <= Last
|
||||
&& AsciiStrnCmp (Jettisoning, "Jettisoning fileset", L_STR_LEN ("Jettisoning fileset")) == 0) {
|
||||
DEBUG ((DEBUG_INFO, "OCAK: Found jettisoning fileset\n"));
|
||||
SetMem (CurrFreeCall, 0x90, 5);
|
||||
SetMem (CurrFreeCall, 5, 0x90);
|
||||
return EFI_SUCCESS;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user