Revision b7ef7bf2 target-mips/translate.c

b/target-mips/translate.c
1763 1763
    int r_tmp = tcg_temp_new(TCG_TYPE_TL);
1764 1764

  
1765 1765
    tcg_gen_ld_tl(r_tmp, cpu_env, offsetof(CPUState, bcond));
1766
    tcg_gen_brcond_tl(TCG_COND_NE, r_tmp, tcg_const_i32(0), label);
1766
    tcg_gen_brcond_tl(TCG_COND_NE, r_tmp, tcg_const_tl(0), label);
1767 1767
}
1768 1768

  
1769 1769
/* Branches (before delay slot) */

Also available in: Unified diff