Index: /trunk/src/recompiler_new/target-i386/op_helper.c
===================================================================
--- /trunk/src/recompiler_new/target-i386/op_helper.c	(revision 15902)
+++ /trunk/src/recompiler_new/target-i386/op_helper.c	(revision 15903)
@@ -174,4 +174,9 @@
     else
         eflags &= ~IF_MASK;
+
+    /* According to AMD manual, should be read with IOPL == 3 */
+    eflags |= (3 << IOPL_SHIFT);
+
+    /* We only use helper_read_eflags_vme() in 16-bits mode */
     return eflags & 0xffff;
 }
