Changeset 14746 in vbox for trunk/src/VBox
- Timestamp:
- Nov 27, 2008 9:47:40 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/CPUM.cpp
r14411 r14746 310 310 //| X86_CPUID_FEATURE_EDX_PBE - no pneding break enabled. 311 311 | 0; 312 pCPUM->aGuestCpuIdStd[1].ecx &= 0//X86_CPUID_FEATURE_ECX_SSE3 - not supported by the recompiler yet. 312 pCPUM->aGuestCpuIdStd[1].ecx &= 0 313 #ifdef VBOX_WITH_NEW_RECOMPILER 314 | X86_CPUID_FEATURE_ECX_SSE3 315 #endif 313 316 | X86_CPUID_FEATURE_ECX_MONITOR 314 317 //| X86_CPUID_FEATURE_ECX_CPLDS - no CPL qualified debug store.
Note:
See TracChangeset
for help on using the changeset viewer.