Revision 564856bb target-mips/translate.c

b/target-mips/translate.c
9426 9426
    max_insns = tb->cflags & CF_COUNT_MASK;
9427 9427
    if (max_insns == 0)
9428 9428
        max_insns = CF_COUNT_MASK;
9429
#ifdef DEBUG_DISAS
9430
    qemu_log_mask(CPU_LOG_TB_CPU, "------------------------------------------------\n");
9431
    /* FIXME: This may print out stale hflags from env... */
9432
    log_cpu_state_mask(CPU_LOG_TB_CPU, env, 0);
9433
#endif
9434 9429
    LOG_DISAS("\ntb %p idx %d hflags %04x\n", tb, ctx.mem_idx, ctx.hflags);
9435 9430
    gen_icount_start();
9436 9431
    while (ctx.bstate == BS_NONE) {
......
9544 9539
        log_target_disas(pc_start, ctx.pc - pc_start, 0);
9545 9540
        qemu_log("\n");
9546 9541
    }
9547
    qemu_log_mask(CPU_LOG_TB_CPU, "---------------- %d %08x\n", ctx.bstate, ctx.hflags);
9548 9542
#endif
9549 9543
}
9550 9544

  

Also available in: Unified diff