Changeset 97180 in vbox
- Timestamp:
- Oct 17, 2022 9:14:39 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 154155
- File:
-
- 1 edited
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.