Revision 52a0e9eb

b/target-mips/translate.c
5860 5860

  
5861 5861
    tcg_gen_andi_i32(t0, fpu_fcr31, get_fp_bit(cc+1));
5862 5862
    tcg_gen_brcondi_i32(cond, t0, 0, l2);
5863
    tcg_temp_free_i32(t0);
5864 5863
    gen_load_fpr32h(t0, fs);
5865 5864
    gen_store_fpr32h(t0, fd);
5865
    tcg_temp_free_i32(t0);
5866 5866
    gen_set_label(l2);
5867

  
5868 5867
}
5869 5868

  
5870 5869

  

Also available in: Unified diff