- Timestamp:
- Oct 17, 2022 9:14:39 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp
r97178 r97180 1471 1471 1472 1472 /* Blocking-by-STI. */ 1473 if (! (pVCpu->cpum.GstCtx.fInhibit & CPUMCTX_INHIBIT_SHADOW))1473 if (!CPUMIsInInterruptShadowWithUpdate(&pVCpu->cpum.GstCtx)) 1474 1474 { /* probable */} 1475 1475 else
Note:
See TracChangeset
for help on using the changeset viewer.

