- Timestamp:
- Mar 25, 2015 3:12:19 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 99191
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp ¶
r54925 r54943 2433 2433 } 2434 2434 #endif 2435 pStdFeatureLeaf = NULL; /* Must refetch! */2436 2435 2437 2436 /* Force standard feature bits. */ … … 2455 2454 pStdFeatureLeaf->uEcx |= X86_CPUID_FEATURE_ECX_RDRAND; 2456 2455 2456 pStdFeatureLeaf = NULL; /* Must refetch! */ 2457 2457 2458 2458 /* Cpuid 0x80000001: (Similar, but in no way identical to 0x00000001.)
Note:
See TracChangeset
for help on using the changeset viewer.