Revision bb928dbe target-mips/translate.c

b/target-mips/translate.c
8491 8491
        return;
8492 8492

  
8493 8493
    cpu_env = tcg_global_reg_new_ptr(TCG_AREG0, "env");
8494
    for (i = 0; i < 32; i++)
8494
    for (i = 1; i < 32; i++)
8495 8495
        cpu_gpr[i] = tcg_global_mem_new(TCG_AREG0,
8496 8496
                                        offsetof(CPUState, active_tc.gpr[i]),
8497 8497
                                        regnames[i]);

Also available in: Unified diff