Revision f157bfe1

b/target-mips/translate.c
2048 2048
                            int rd, int rs, int rt)
2049 2049
{
2050 2050
    const char *opn = "mul vr54xx";
2051
    TCGv t0 = tcg_temp_local_new();
2052
    TCGv t1 = tcg_temp_local_new();
2051
    TCGv t0 = tcg_temp_new();
2052
    TCGv t1 = tcg_temp_new();
2053 2053

  
2054 2054
    gen_load_gpr(t0, rs);
2055 2055
    gen_load_gpr(t1, rt);

Also available in: Unified diff