mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
OcAppleKernelLib: Fix incorrect offset in ProvideCurrentCpuInfo MSR patch
This commit is contained in:
parent
378cc59adf
commit
be2d9fe75a
@ -949,7 +949,8 @@ mProvideCurrentCpuInfoTopologyValidationPatch = {
|
||||
.Limit = 0
|
||||
};
|
||||
|
||||
#define CURRENT_CPU_INFO_CORE_COUNT_OFFSET 4
|
||||
// Offset of value in below patch.
|
||||
#define CURRENT_CPU_INFO_CORE_COUNT_OFFSET 1
|
||||
|
||||
STATIC
|
||||
UINT8
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user