Index: /trunk/src/VBox/VMM/EM.cpp
===================================================================
--- /trunk/src/VBox/VMM/EM.cpp	(revision 10705)
+++ /trunk/src/VBox/VMM/EM.cpp	(revision 10706)
@@ -1219,4 +1219,5 @@
     }
 
+#if 0
     /* Try our own instruction emulator before falling back to the recompiler. */
     DISCPUSTATE Cpu;
@@ -1251,4 +1252,5 @@
         }
     }
+#endif
     STAM_PROFILE_START(&pVM->em.s.StatREMEmu, a);
     rc = REMR3EmulateInstruction(pVM);
