Revision f2c94b92 target-mips/translate.c

b/target-mips/translate.c
8497 8497
        return;
8498 8498

  
8499 8499
    cpu_env = tcg_global_reg_new_ptr(TCG_AREG0, "env");
8500
    TCGV_UNUSED(cpu_gpr[0]);
8500 8501
    for (i = 1; i < 32; i++)
8501 8502
        cpu_gpr[i] = tcg_global_mem_new(TCG_AREG0,
8502 8503
                                        offsetof(CPUState, active_tc.gpr[i]),

Also available in: Unified diff