Changeset 46719 in vbox for trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
- Timestamp:
- Jun 21, 2013 9:30:01 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r46715 r46719 3341 3341 Assert((pCtx->ss.Sel & X86_SEL_RPL) == (pCtx->cs.Sel & X86_SEL_RPL)); 3342 3342 Assert(pCtx->ss.Attr.n.u2Dpl == (pCtx->ss.Sel & X86_SEL_RPL)); 3343 Assert(!(pVCpu->hm.s.fContextUseFlags & HM_CHANGED_GUEST_CR0)); 3343 3344 if ( !(pCtx->cr0 & X86_CR0_PE) 3344 3345 || pCtx->cs.Attr.n.u4Type == 3) … … 6703 6704 /* Must be done after hmR0VmxLoadGuestDebugRegs() as it may update eflags.TF for debugging purposes. */ 6704 6705 rc = hmR0VmxLoadGuestRipRspRflags(pVCpu, pMixedCtx); 6705 AssertLogRelMsgRCReturn(rc, ("hmR0VmxLoadGuest Gprs! rc=%Rrc (pVM=%p pVCpu=%p)\n", rc, pVM, pVCpu), rc);6706 AssertLogRelMsgRCReturn(rc, ("hmR0VmxLoadGuestRipRspRflags! rc=%Rrc (pVM=%p pVCpu=%p)\n", rc, pVM, pVCpu), rc); 6706 6707 6707 6708 rc = hmR0VmxSetupVMRunHandler(pVCpu, pMixedCtx);
Note:
See TracChangeset
for help on using the changeset viewer.