Index: /trunk/src/VBox/VMM/VMMAll/IEMAll.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/IEMAll.cpp	(revision 76003)
+++ /trunk/src/VBox/VMM/VMMAll/IEMAll.cpp	(revision 76004)
@@ -14006,5 +14006,6 @@
      * instruction (so we set fExecuteInhibit to false).
      */
-    if (CPUMIsGuestInVmxNonRootMode(IEM_GET_CTX(pVCpu)))
+    if (   rcStrict == VINF_SUCCESS
+        && CPUMIsGuestInVmxNonRootMode(IEM_GET_CTX(pVCpu)))
     {
         /* TPR-below threshold/APIC write has the highest priority. */
