Changeset 44179 in vbox for trunk/src/VBox/Main
- Timestamp:
- Dec 19, 2012 6:32:02 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/HostImpl.cpp
r44174 r44179 313 313 ASMCpuId(0x80000001, &uDummy, &uDummy, &fExtFeaturesEcx, &fExtFeaturesEdx); 314 314 m->fLongModeSupported = ASMIsValidExtRange(uExtMaxId) 315 && ( u32ExtFeatureEDX& X86_CPUID_EXT_FEATURE_EDX_LONG_MODE);315 && (fExtFeaturesEdx & X86_CPUID_EXT_FEATURE_EDX_LONG_MODE); 316 316 317 317 /* VT-x? */
Note:
See TracChangeset
for help on using the changeset viewer.