- Timestamp:
- Apr 16, 2007 11:53:57 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/CPUM.cpp
r1574 r2094 1546 1546 State.rc = VINF_SUCCESS; 1547 1547 State.pVM = pVM; 1548 1548 1549 /* 1549 1550 * Get selector information. 1550 1551 */ 1551 if (pCtx->eflags.Bits.u1VM == 0) 1552 if ( (pCtx->cr0 & X86_CR0_PE) 1553 && pCtx->eflags.Bits.u1VM == 0) 1552 1554 { 1553 1555 if (CPUMAreHiddenSelRegsValid(pVM)) … … 1586 1588 else 1587 1589 { 1588 /* V86 mode */1589 pCpu->mode = CPUMODE_16BIT; /* @todo */1590 /* real or V86 mode */ 1591 pCpu->mode = CPUMODE_16BIT; 1590 1592 State.GCPtrSegBase = pCtx->cs * 16; 1591 1593 State.GCPtrSegEnd = 0xFFFFFFFF;
Note:
See TracChangeset
for help on using the changeset viewer.