- Timestamp:
- May 17, 2013 2:20:53 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r46135 r46143 3113 3113 } 3114 3114 else 3115 { 3115 3116 fInterceptDB = true; 3117 pMixedCtx->eflags.u32 |= X86_EFL_TF; 3118 pVCpu->hm.s.fContextUseFlags |= HM_CHANGED_GUEST_RFLAGS; 3119 } 3116 3120 } 3117 3121 … … 6534 6538 AssertLogRelMsgRCReturn(rc, ("hmR0VmxLoadGuestApicState! rc=%Rrc (pVM=%p pVCpu=%p)\n", rc, pVM, pVCpu), rc); 6535 6539 6540 /* Must be done after hmR0VmxLoadGuestDebugRegs() as it may update eflags.TF for debugging purposes. */ 6536 6541 rc = hmR0VmxLoadGuestRipRspRflags(pVCpu, pMixedCtx); 6537 6542 AssertLogRelMsgRCReturn(rc, ("hmR0VmxLoadGuestGprs! rc=%Rrc (pVM=%p pVCpu=%p)\n", rc, pVM, pVCpu), rc);
Note:
See TracChangeset
for help on using the changeset viewer.