提交 c0ad5542 编写于 作者: B bellard

fixed popf TF flag bug (should never hapen in user code except in test-i386!)


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@175 c046a42c-6fe2-441c-8c8c-71466251a162
上级 3a27ad0b
......@@ -3085,6 +3085,7 @@ long disas_insn(DisasContext *s, uint8_t *pc_start)
}
gen_pop_update(s);
s->cc_op = CC_OP_EFLAGS;
s->is_jmp = 2; /* abort translation because TF flag may change */
}
break;
case 0x9e: /* sahf */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册