Commit 7c2e623559a76dbc7e7c8b8497928f3a21dab45f

Authored by bellard
1 parent 977d5710

removed debug code


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1214 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 0 additions and 5 deletions
target-i386/translate.c
... ... @@ -5155,12 +5155,7 @@ static target_ulong disas_insn(DisasContext *s, target_ulong pc_start)
5155 5155 gen_op_into(s->pc - pc_start);
5156 5156 break;
5157 5157 case 0xf1: /* icebp (undocumented, exits to external debugger) */
5158   -#if 0
5159 5158 gen_debug(s, pc_start - s->cs_base);
5160   -#else
5161   - /* test ! */
5162   - cpu_set_log(CPU_LOG_TB_IN_ASM | CPU_LOG_PCALL);
5163   -#endif
5164 5159 break;
5165 5160 case 0xfa: /* cli */
5166 5161 if (!s->vm86) {
... ...