sim-card
/
qemu
Archived
10
0
Fork 0

removed debug code

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1214 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2005-01-10 23:20:21 +00:00
parent 977d5710e6
commit 7c2e623559
1 changed files with 0 additions and 5 deletions

View File

@ -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) {