mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
OcAppleKernelLib: Reassign RelocationsSize after preserving relocs.
This commit is contained in:
parent
adc7eebb32
commit
25ea29a92d
@ -1362,6 +1362,7 @@ InternalPrelinkKext64 (
|
||||
return RETURN_LOAD_ERROR;
|
||||
}
|
||||
NumRelocations += NumRelocations2;
|
||||
RelocationsSize = (NumRelocations * sizeof (MACH_RELOCATION_INFO));
|
||||
//
|
||||
// Copy the entire symbol table excluding the area for undefined symbols.
|
||||
//
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user