- Timestamp:
- May 8, 2023 8:53:19 AM (17 months ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/VMMAll/VMXAllTemplate.cpp.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/VMXAllTemplate.cpp.h
r99656 r99657 5040 5040 * See Intel spec. 6.7 "Nonmaskable Interrupt (NMI)". 5041 5041 */ 5042 if ( CPUMIsInInterruptShadowWithUpdate(&pVCpu->cpum.GstCtx)5043 ||CPUMAreInterruptsInhibitedByNmi(&pVCpu->cpum.GstCtx))5042 if ( !CPUMIsInInterruptShadowWithUpdate(&pVCpu->cpum.GstCtx) 5043 && !CPUMAreInterruptsInhibitedByNmi(&pVCpu->cpum.GstCtx)) 5044 5044 { /* likely */ } 5045 5045 else
Note:
See TracChangeset
for help on using the changeset viewer.

