Changeset 1138 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Mar 1, 2007 5:31:37 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/EM.cpp
r1091 r1138 716 716 PCPUMCTX pCtx = pVM->em.s.pCtx; 717 717 if (pCtx->eflags.Bits.u1VM) 718 Log(("EMV86: %0 8X IF=%d\n", pCtx->eip, pCtx->eflags.Bits.u1IF));718 Log(("EMV86: %04X:%08X IF=%d\n", pCtx->cs, pCtx->eip, pCtx->eflags.Bits.u1IF)); 719 719 else if ((pCtx->ss & X86_SEL_RPL) == 0) 720 720 Log(("EMR0: %08X ESP=%08X IF=%d CPL=%d\n", pCtx->eip, pCtx->esp, pCtx->eflags.Bits.u1IF, (pCtx->ss & X86_SEL_RPL)));
Note:
See TracChangeset
for help on using the changeset viewer.