first fix for SMEP
This commit is contained in:
parent
e9ed944ba8
commit
5748c6b9f5
@ -173,7 +173,7 @@ Bit32u BX_CPU_C::get_ext3_cpuid_features(void)
|
||||
if (BX_CPUID_SUPPORT_ISA_EXTENSION(BX_CPU_FSGSBASE))
|
||||
features |= BX_CPUID_EXT3_FSGSBASE;
|
||||
|
||||
if (BX_CPUID_SUPPORT_ISA_EXTENSION(BX_CPU_SMEP))
|
||||
if (BX_CPUID_SUPPORT_CPU_EXTENSION(BX_CPU_SMEP))
|
||||
features |= BX_CPUID_EXT3_SMEP;
|
||||
|
||||
return features;
|
||||
|
Loading…
Reference in New Issue
Block a user