Changeset 10570 in vbox for trunk/src/VBox/VMM/CPUM.cpp
- Timestamp:
- Jul 12, 2008 4:01:08 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/CPUM.cpp
r10569 r10570 377 377 * Safe to expose 378 378 */ 379 if (!(pCPUM->aGuestCpuIdStd[1].ecx & X86_CPUID_FEATURE_ECX_MONITOR)) 380 pCPUM->aGuestCpuIdStd[5].eax = pCPUM->aGuestCpuIdStd[5].ebx = 0; 381 379 382 pCPUM->aGuestCpuIdStd[5].ecx = pCPUM->aGuestCpuIdStd[5].edx = 0; 380 383
Note:
See TracChangeset
for help on using the changeset viewer.