提交 7c2e6235 编写于 作者: B bellard

removed debug code


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1214 c046a42c-6fe2-441c-8c8c-71466251a162
上级 977d5710
......@@ -5155,12 +5155,7 @@ static target_ulong disas_insn(DisasContext *s, target_ulong pc_start)
gen_op_into(s->pc - pc_start);
break;
case 0xf1: /* icebp (undocumented, exits to external debugger) */
#if 0
gen_debug(s, pc_start - s->cs_base);
#else
/* test ! */
cpu_set_log(CPU_LOG_TB_IN_ASM | CPU_LOG_PCALL);
#endif
break;
case 0xfa: /* cli */
if (!s->vm86) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册