VirtualBox

Changeset 79545 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jul 5, 2019 7:53:12 AM (6 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: Nested VMX: bugref:9180 Build fix.

File:
1 edited

Legend:

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

    r79543 r79545  
    1476814768    STAM_PROFILE_ADV_START(&pVCpu->hm.s.StatExitXcptNmi, y3);
    1476914769
    14770     PVMXVMCSINFO pVmcsInfo = pVmxTransient->pVmcsInfo;
    1477114770    int rc = hmR0VmxReadExitIntInfoVmcs(pVmxTransient);
    1477214771    AssertRCReturn(rc, rc);
     
    1477414773    uint32_t const uIntType = VMX_EXIT_INT_INFO_TYPE(pVmxTransient->uExitIntInfo);
    1477514774    Assert(VMX_EXIT_INT_INFO_IS_VALID(pVmxTransient->uExitIntInfo));
     14775
     14776    PCVMXVMCSINFO pVmcsInfo = pVmxTransient->pVmcsInfo;
    1477614777    Assert(   !(pVmcsInfo->u32ExitCtls & VMX_EXIT_CTLS_ACK_EXT_INT)
    1477714778           && uIntType != VMX_EXIT_INT_INFO_TYPE_EXT_INT);
     14779    NOREF(pVmcsInfo);
    1477814780
    1477914781    if (uIntType == VMX_EXIT_INT_INFO_TYPE_NMI)
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