Revision 8fec2b8c target-sparc/translate.c

b/target-sparc/translate.c
1933 1933
{
1934 1934
    unsigned int insn, opc, rs1, rs2, rd;
1935 1935

  
1936
    if (unlikely(loglevel & CPU_LOG_TB_OP))
1936
    if (unlikely(qemu_loglevel_mask(CPU_LOG_TB_OP)))
1937 1937
        tcg_gen_debug_insn_start(dc->pc);
1938 1938
    insn = ldl_code(dc->pc);
1939 1939
    opc = GET_FIELD(insn, 0, 1);
......
4905 4905
        tb->icount = num_insns;
4906 4906
    }
4907 4907
#ifdef DEBUG_DISAS
4908
    if (loglevel & CPU_LOG_TB_IN_ASM) {
4908
    if (qemu_loglevel_mask(CPU_LOG_TB_IN_ASM)) {
4909 4909
        qemu_log("--------------\n");
4910 4910
        qemu_log("IN: %s\n", lookup_symbol(pc_start));
4911 4911
        log_target_disas(pc_start, last_pc + 4 - pc_start, 0);

Also available in: Unified diff