Changeset 7803 in vbox for trunk/src/VBox
- Timestamp:
- Apr 8, 2008 1:29:54 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/EM.cpp
r7735 r7803 2658 2658 Log(("HWV86: %08X IF=%d\n", pCtx->eip, pCtx->eflags.Bits.u1IF)); 2659 2659 else 2660 Log(("HWR%d: %08X ESP=%08X IF=%d CR0=%x \n", cpl, pCtx->eip, pCtx->esp, pCtx->eflags.Bits.u1IF, (uint32_t)pCtx->cr0));2660 Log(("HWR%d: %08X ESP=%08X IF=%d CR0=%x CR4=%x EFER=%x\n", cpl, pCtx->eip, pCtx->esp, pCtx->eflags.Bits.u1IF, (uint32_t)pCtx->cr0, (uint32_t)pCtx->cr4, (uint32_t)pCtx->msrEFER)); 2661 2661 #endif 2662 2662
Note:
See TracChangeset
for help on using the changeset viewer.