Changeset 2893 in vbox for trunk/src/VBox
- Timestamp:
- May 28, 2007 12:59:36 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/EM.cpp
r2888 r2893 2662 2662 Log(("HWV86: %08X IF=%d\n", pCtx->eip, pCtx->eflags.Bits.u1IF)); 2663 2663 else if ((pCtx->ss & X86_SEL_RPL) == 0) 2664 Log(("HWR0: %08X ESP=%08X IF=%d CPL=%d \n", pCtx->eip, pCtx->esp, pCtx->eflags.Bits.u1IF, (pCtx->ss & X86_SEL_RPL)));2664 Log(("HWR0: %08X ESP=%08X IF=%d CPL=%d CR0=%x\n", pCtx->eip, pCtx->esp, pCtx->eflags.Bits.u1IF, CPUMGetGuestCPL(pVM, CPUMCTX2CORE(pCtx)), pCtx->cr0)); 2665 2665 else if ((pCtx->ss & X86_SEL_RPL) == 3) 2666 2666 Log(("HWR3: %08X ESP=%08X IF=%d\n", pCtx->eip, pCtx->esp, pCtx->eflags.Bits.u1IF));
Note:
See TracChangeset
for help on using the changeset viewer.