From: bellard Date: Wed, 14 May 2003 22:47:15 +0000 (+0000) Subject: removed invalid eip update X-Git-Tag: v0.2.0~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3ebcc707d20643e9fefa24a4396de577b1163755;p=thirdparty%2Fqemu.git removed invalid eip update git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@172 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/linux-user/vm86.c b/linux-user/vm86.c index a958c624d7e..e4f9b85c84c 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);