Revision 11f94258

b/target-mips/translate.c
5833 5833
    tcg_gen_andi_i32(t0, fpu_fcr31, get_fp_bit(cc));
5834 5834
    tcg_gen_brcondi_i32(cond, t0, 0, l1);
5835 5835
    tcg_temp_free_i32(t0);
5836
    fp0 = tcg_temp_local_new_i64();
5836
    fp0 = tcg_temp_new_i64();
5837 5837
    gen_load_fpr64(ctx, fp0, fs);
5838 5838
    gen_store_fpr64(ctx, fp0, fd);
5839 5839
    tcg_temp_free_i64(fp0);

Also available in: Unified diff