Skip to content
Snippets Groups Projects
Commit 3ebcc707 authored by Fabrice Bellard's avatar Fabrice Bellard
Browse files

removed invalid eip update

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@172 c046a42c-6fe2-441c-8c8c-71466251a162
parent 7775e9ec
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment