Changeset 10571 in vbox for trunk/src/VBox/VMM/CPUM.cpp
- Timestamp:
- Jul 12, 2008 4:05:29 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/CPUM.cpp
r10570 r10571 455 455 * info too in these leaves (like words about having a constant TSC). 456 456 */ 457 if (pCPUM->aGuestCpuIdStd[0].eax > 2)458 pCPUM->aGuestCpuIdStd[0].eax = 2;457 if (pCPUM->aGuestCpuIdStd[0].eax > 5) 458 pCPUM->aGuestCpuIdStd[0].eax = 5; 459 459 for (i = pCPUM->aGuestCpuIdStd[0].eax + 1; i < RT_ELEMENTS(pCPUM->aGuestCpuIdStd); i++) 460 460 pCPUM->aGuestCpuIdStd[i] = pCPUM->GuestCpuIdDef;
Note:
See TracChangeset
for help on using the changeset viewer.