Changeset 48027 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Aug 23, 2013 12:34:43 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r48025 r48027 9130 9130 rc |= hmR0VmxSaveGuestSegmentRegs(pVCpu, pMixedCtx); 9131 9131 AssertRCReturn(rc, rc); 9132 Log4(("CS:RIP=%04x:%#RX64 ECX=%X\n", pMixedCtx->cs.Sel, pMixedCtx->rip, pMixedCtx->ecx)); 9132 9133 9133 9134 PVM pVM = pVCpu->CTX_SUFF(pVM); … … 9819 9820 rc |= hmR0VmxSaveGuestSegmentRegs(pVCpu, pMixedCtx); 9820 9821 AssertRCReturn(rc, rc); 9822 Log4(("CS:RIP=%04x:%#RX64\n", pMixedCtx->cs.Sel, pMixedCtx->rip)); 9821 9823 9822 9824 PVM pVM = pVCpu->CTX_SUFF(pVM);
Note:
See TracChangeset
for help on using the changeset viewer.