Revision 618b0fe9 target-mips/translate.c

b/target-mips/translate.c
7660 7660
        gen_goto_tb(ctx, 1, ctx->pc + 4);
7661 7661
        gen_set_label(l1);
7662 7662
    }
7663

  
7664
    if (unlikely(qemu_loglevel_mask(CPU_LOG_TB_OP)))
7665
        tcg_gen_debug_insn_start(ctx->pc);
7666

  
7663 7667
    op = MASK_OP_MAJOR(ctx->opcode);
7664 7668
    rs = (ctx->opcode >> 21) & 0x1f;
7665 7669
    rt = (ctx->opcode >> 16) & 0x1f;

Also available in: Unified diff