VirtualBox

Changeset 99657 in vbox for trunk


Ignore:
Timestamp:
May 8, 2023 8:53:19 AM (17 months ago)
Author:
vboxsync
Message:

VMM: Nested VMX: bugref:10318 Fix inverted condition in r157185.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/VMXAllTemplate.cpp.h

    r99656 r99657  
    50405040     * See Intel spec. 6.7 "Nonmaskable Interrupt (NMI)".
    50415041     */
    5042     if (   CPUMIsInInterruptShadowWithUpdate(&pVCpu->cpum.GstCtx)
    5043         || CPUMAreInterruptsInhibitedByNmi(&pVCpu->cpum.GstCtx))
     5042    if (   !CPUMIsInInterruptShadowWithUpdate(&pVCpu->cpum.GstCtx)
     5043        && !CPUMAreInterruptsInhibitedByNmi(&pVCpu->cpum.GstCtx))
    50445044    { /* likely */ }
    50455045    else
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