removed invalid eip update

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@172 c046a42c-6fe2-441c-8c8c-71466251a162
master
bellard 2003-05-14 22:47:15 +00:00
parent 7775e9ecc2
commit 3ebcc707d2
1 changed files with 0 additions and 1 deletions

View File

@ -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);