OcAppleKernelLib: Fix incorrect offset in ProvideCurrentCpuInfo MSR patch

This commit is contained in:
John Davis 2021-07-02 12:27:56 -05:00
parent 378cc59adf
commit be2d9fe75a

View File

@ -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