提交 85d453ee 编写于 作者: G Goldfish64

OcAppleKernelLib: Fix previous commit

上级 22a42d65
......@@ -1023,8 +1023,6 @@ PatchProvideCurrentCpuInfo(
*((UINT32*) &mProvideCurrentCpuInfoVmTscFsbReplace[PROVIDE_CPU_INFO_TSC_OFFSET]) = DivU64x32 (CpuInfo->CPUFrequency, 1000);
*((UINT32*) &mProvideCurrentCpuInfoVmTscFsbReplace[PROVIDE_CPU_INFO_FSB_OFFSET]) = DivU64x32 (CpuInfo->FSBFrequency, 1000);
DebugPrintHexDump(DEBUG_BULK_INFO, "Bytes ", mProvideCurrentCpuInfoVmTscFsbReplace, sizeof (mProvideCurrentCpuInfoVmTscFsbReplace));
Status = PatcherApplyGenericPatch (
Patcher,
&mProvideCurrentCpuInfoVmTscFsbPatch
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册