Revision e7d51b34

b/target-sparc/translate.c
2633 2633
    case 2:                     /* FPU & Logical Operations */
2634 2634
        {
2635 2635
            unsigned int xop = GET_FIELD(insn, 7, 12);
2636
            TCGv cpu_dst = gen_dest_gpr(dc, rd);
2636
            TCGv cpu_dst = get_temp_tl(dc);
2637 2637
            TCGv cpu_tmp0;
2638 2638

  
2639 2639
            if (xop == 0x3a) {  /* generate trap */

Also available in: Unified diff