Fix XtpDeterminePagingLevel after renaming CPUID requests
Algunas comprobaciones han fallado
Algunas comprobaciones han fallado
Este commit está contenido en:
cometido por
CodingWorkshop Signing Team
padre
eeb5e8d455
commit
800810169d
@@ -27,7 +27,7 @@ XtpDeterminePagingLevel(IN CONST PWCHAR Parameters)
|
||||
|
||||
/* Prepare CPUID registers to query for PAE support */
|
||||
RtlZeroMemory(&CpuRegisters, sizeof(CPUID_REGISTERS));
|
||||
CpuRegisters.Leaf = CPUID_GET_CPU_FEATURES;
|
||||
CpuRegisters.Leaf = CPUID_GET_STANDARD1_FEATURES;
|
||||
|
||||
/* Query CPUID */
|
||||
ArCpuId(&CpuRegisters);
|
||||
|
Referencia en una nueva incidencia
Block a user