VirtualBox

Changeset 75857 in vbox


Ignore:
Timestamp:
Dec 1, 2018 11:37:58 AM (6 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: Build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

    r75856 r75857  
    76317631    Assert(!TRPMHasTrap(pVCpu));
    76327632
    7633     PCCPUMCTX pCtx = &pVCpu->cpum.GstCtx;
    76347633    VBOXSTRICTRC rcStrict = VINF_SUCCESS;
    76357634    if (pVCpu->hm.s.Event.fPending)
     
    76467645        if (uIntType == VMX_ENTRY_INT_INFO_TYPE_EXT_INT)
    76477646        {
    7648             bool const fBlockInt = !(pCtx->eflags.u32 & X86_EFL_IF);
     7647            bool const fBlockInt = !(pVCpu->cpum.GstCtx.eflags.u32 & X86_EFL_IF);
    76497648            Assert(!fBlockInt);
    76507649            Assert(!fBlockSti);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette