Changeset 75857 in vbox
- Timestamp:
- Dec 1, 2018 11:37:58 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r75856 r75857 7631 7631 Assert(!TRPMHasTrap(pVCpu)); 7632 7632 7633 PCCPUMCTX pCtx = &pVCpu->cpum.GstCtx;7634 7633 VBOXSTRICTRC rcStrict = VINF_SUCCESS; 7635 7634 if (pVCpu->hm.s.Event.fPending) … … 7646 7645 if (uIntType == VMX_ENTRY_INT_INFO_TYPE_EXT_INT) 7647 7646 { 7648 bool const fBlockInt = !(p Ctx->eflags.u32 & X86_EFL_IF);7647 bool const fBlockInt = !(pVCpu->cpum.GstCtx.eflags.u32 & X86_EFL_IF); 7649 7648 Assert(!fBlockInt); 7650 7649 Assert(!fBlockSti);
Note:
See TracChangeset
for help on using the changeset viewer.