Changeset 106629 in vbox
- Timestamp:
- Oct 23, 2024 5:30:46 PM (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/CPUMR0.cpp
r106628 r106629 371 371 && cStdRange >= 7) 372 372 { 373 uint32_t fEdxFeatures = ASMCpuId_EDX(7); 373 uint32_t fEdxFeatures; 374 ASMCpuId_Idx_ECX(7, 0, &u32Dummy, &u32Dummy, &u32Dummy, &fEdxFeatures); 374 375 if ( (fEdxFeatures & X86_CPUID_STEXT_FEATURE_EDX_ARCHCAP) 375 376 && (fFeatures & X86_CPUID_FEATURE_EDX_MSR))
Note:
See TracChangeset
for help on using the changeset viewer.