Changeset 36863 in vbox
- Timestamp:
- Apr 27, 2011 6:34:01 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUM.cpp
r36858 r36863 1000 1000 if (!fHWVirtExEnabled) 1001 1001 { 1002 Assert(pVM->cpum.s.aGuestCpuIdStd[4].eax == 0); 1002 Assert( pVM->cpum.s.aGuestCpuIdStd[4].eax == 0 1003 || pVM->cpum.s.aGuestCpuIdStd[0].eax < 0x4); 1003 1004 pVM->cpum.s.aGuestCpuIdStd[4].eax = 0; 1004 1005 }
Note:
See TracChangeset
for help on using the changeset viewer.