Changeset 52595 in vbox
- Timestamp:
- Sep 4, 2014 4:28:04 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r52573 r52595 10524 10524 } 10525 10525 AssertRCReturn(rc, rc); 10526 Log4((" CS:RIP=%04x:%#RX64 ECX=%X\n", pMixedCtx->cs.Sel, pMixedCtx->rip, pMixedCtx->ecx));10526 Log4(("ecx=%#RX32\n", pMixedCtx->ecx)); 10527 10527 10528 10528 #ifdef VBOX_STRICT … … 10579 10579 } 10580 10580 AssertRCReturn(rc, rc); 10581 Log4(("ecx=%#RX32 \n", pMixedCtx->ecx));10581 Log4(("ecx=%#RX32 edx:eax=%#RX32:%#RX32\n", pMixedCtx->ecx, pMixedCtx->edx, pMixedCtx->eax)); 10582 10582 10583 10583 rc = EMInterpretWrmsr(pVM, pVCpu, CPUMCTX2CORE(pMixedCtx));
Note:
See TracChangeset
for help on using the changeset viewer.