Changeset 10821
- Timestamp:
- 07/23/08 10:03:39 (3 months ago)
- Files:
-
- trunk/src/VBox/VMM/CPUM.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/VBox/VMM/CPUM.cpp
r10687 r10821 455 455 * info too in these leaves (like words about having a constant TSC). 456 456 */ 457 #if 0 458 /** @todo NT4 installation regression - investigate */ 457 459 if (pCPUM->aGuestCpuIdStd[0].eax > 5) 458 460 pCPUM->aGuestCpuIdStd[0].eax = 5; 461 #else 462 if (pCPUM->aGuestCpuIdStd[0].eax > 2) 463 pCPUM->aGuestCpuIdStd[0].eax = 2; 464 #endif 459 465 for (i = pCPUM->aGuestCpuIdStd[0].eax + 1; i < RT_ELEMENTS(pCPUM->aGuestCpuIdStd); i++) 460 466 pCPUM->aGuestCpuIdStd[i] = pCPUM->GuestCpuIdDef;

