[time] Fix wrong SGX_CPUID leaf
This commit is contained in:
parent
060d2ec1b3
commit
f8e8d400d3
@ -220,7 +220,7 @@ impl CpuId {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub fn support_sgx2(&self) -> bool {
|
pub fn support_sgx2(&self) -> bool {
|
||||||
const SGX_CPUID: u32 = 12;
|
const SGX_CPUID: u32 = 0x12;
|
||||||
let cpuid = self.get_cpuid_info(SGX_CPUID, 0);
|
let cpuid = self.get_cpuid_info(SGX_CPUID, 0);
|
||||||
|
|
||||||
// The 0th bit set to 1 in `cpuid.eax` indicates that the SGX feature is enabled.
|
// The 0th bit set to 1 in `cpuid.eax` indicates that the SGX feature is enabled.
|
||||||
|
Loading…
Reference in New Issue
Block a user