Changeset 1970 in vbox for trunk/src/VBox
- Timestamp:
- Apr 6, 2007 9:54:46 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp
r1969 r1970 1489 1489 uint32_t cpl; 1490 1490 1491 if ( pVM->cpum.s.Guest.cr0 & X86_CR0_PE)1491 if (RT_LIKELY(pVM->cpum.s.Guest.cr0 & X86_CR0_PE)) 1492 1492 { 1493 if ( !pCtxCore->eflags.Bits.u1VM)1493 if (RT_LIKELY(!pCtxCore->eflags.Bits.u1VM)) 1494 1494 { 1495 1495 cpl = (pCtxCore->ss & X86_SEL_RPL);
Note:
See TracChangeset
for help on using the changeset viewer.