提交 3ebcc707 编写于 作者: B bellard

removed invalid eip update


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@172 c046a42c-6fe2-441c-8c8c-71466251a162
上级 7775e9ec
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册