summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--linux-user/vm86.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/linux-user/vm86.c b/linux-user/vm86.c
index a958c624d7..e4f9b85c84 100644
--- a/linux-user/vm86.c
+++ b/linux-user/vm86.c
@@ -292,7 +292,6 @@ void handle_vm86_fault(CPUX86State *env)
     /* VM86 mode */
     switch(opcode) {
     case 0x9c: /* pushf */
-        ADD16(env->eip, 2);
         if (data32) {
             vm_putl(ssp, sp - 4, get_vflags(env));
             ADD16(env->regs[R_ESP], -4);