Changeset 54750 in vbox for trunk/src/VBox
- Timestamp:
- Mar 13, 2015 4:40:30 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUM.cpp
r54749 r54750 726 726 if (!fHWVirtExEnabled) 727 727 { 728 Assert( (pVM->cpum.s.aGuestCpuIdPatmStd[4].uEax & UINT32_C(0x 0000ffff)) == 0728 Assert( (pVM->cpum.s.aGuestCpuIdPatmStd[4].uEax & UINT32_C(0xffffc000)) == 0 729 729 || pVM->cpum.s.aGuestCpuIdPatmStd[0].uEax < 0x4); 730 pVM->cpum.s.aGuestCpuIdPatmStd[4].uEax &= UINT32_C(0x0000 ffff);730 pVM->cpum.s.aGuestCpuIdPatmStd[4].uEax &= UINT32_C(0x00003fff); 731 731 } 732 732 }
Note:
See TracChangeset
for help on using the changeset viewer.