mirror of https://gitee.com/openkylin/qemu.git
removed invalid eip update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@172 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
7775e9ecc2
commit
3ebcc707d2
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue