Changeset 62440 in vbox for trunk/src/VBox/VMM/VMMRC
- Timestamp:
- Jul 22, 2016 1:14:01 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMRC/CPUMRC.cpp
r61392 r62440 88 88 DECLASM(void) CPUMRCAssertPreExecutionSanity(PVM pVM) 89 89 { 90 #ifdef VBOX_STRICT 90 91 /* 91 92 * Check some important assumptions before resuming guest execution. … … 107 108 AssertMsg(CPUMIsGuestInRawMode(pVCpu), ("cs:eip=%04x:%08x ss:esp=%04x:%08x cpl=%u raw/efl=%#x/%#x%s\n", pCtx->cs.Sel, pCtx->eip, pCtx->ss.Sel, pCtx->esp, uRawCpl, u32EFlags, pCtx->eflags.u, fPatch ? " patch" : "")); 108 109 //Log2(("cs:eip=%04x:%08x ss:esp=%04x:%08x cpl=%u raw/efl=%#x/%#x%s\n", pCtx->cs.Sel, pCtx->eip, pCtx->ss.Sel, pCtx->esp, uRawCpl, u32EFlags, pCtx->eflags.u, fPatch ? " patch" : "")); 110 #endif 109 111 } 110 112
Note:
See TracChangeset
for help on using the changeset viewer.