Revision ea15fb06 tcg/mips/tcg-target.c

b/tcg/mips/tcg-target.c
1484 1484
    }
1485 1485

  
1486 1486
    /* Call generated code */
1487
    tcg_out_opc_reg(s, OPC_JR, 0, tcg_target_call_iarg_regs[1]), 0);
1487
    tcg_out_opc_reg(s, OPC_JR, 0, tcg_target_call_iarg_regs[1], 0);
1488 1488
    tcg_out_mov(s, TCG_TYPE_PTR, TCG_AREG0, tcg_target_call_iarg_regs[0]);
1489 1489
    tb_ret_addr = s->code_ptr;
1490 1490

  

Also available in: Unified diff