Index: /trunk/src/VBox/VMM/EM.cpp
===================================================================
--- /trunk/src/VBox/VMM/EM.cpp	(revision 277)
+++ /trunk/src/VBox/VMM/EM.cpp	(revision 278)
@@ -1017,4 +1017,5 @@
                     return emR3RawExecuteInstruction(pVM, "PATCHIR");
                 }
+#if 0 /** @note no noticable change; revisit later when we can emulate iret ourselves. */
                 else
                 if (gcret == VINF_PATM_PENDING_IRQ_AFTER_IRET)
@@ -1023,4 +1024,5 @@
                     return emR3RawExecuteInstruction(pVM, "PATCHIRET");
                 }
+#endif
                 return VINF_EM_RESCHEDULE_REM;
 
