VirtualBox

Changeset 78985 in vbox for trunk/src/VBox/VMM/VMMR3/EM.cpp


Ignore:
Timestamp:
Jun 5, 2019 9:10:37 AM (6 years ago)
Author:
vboxsync
Message:

VMM/EM: Nested VMX: bugref:9180 build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/EM.cpp

    r78983 r78985  
    21712171            if (fGif)
    21722172            {
     2173#ifdef VBOX_WITH_NESTED_HWVIRT_VMX
    21732174                /*
    21742175                 * VMX NMI-window VM-exit.
     
    21912192                    UPDATE_RC();
    21922193                }
     2194                else
     2195#endif
    21932196                /*
    21942197                 * NMIs (take priority over external interrupts).
    21952198                 */
    2196                 else if (    VMCPU_FF_IS_SET(pVCpu, VMCPU_FF_INTERRUPT_NMI)
    2197                          && !VMCPU_FF_IS_SET(pVCpu, VMCPU_FF_BLOCK_NMIS))
     2199                if (    VMCPU_FF_IS_SET(pVCpu, VMCPU_FF_INTERRUPT_NMI)
     2200                    && !VMCPU_FF_IS_SET(pVCpu, VMCPU_FF_BLOCK_NMIS))
    21982201                {
    21992202                    if (!CPUMIsGuestInNestedHwvirtMode(&pVCpu->cpum.GstCtx))
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