Revision bd7d9a6d target-ppc/translate.c

b/target-ppc/translate.c
90 90
#endif
91 91
#if !defined(TARGET_PPC64)
92 92
    cpu_T64[0] = tcg_global_mem_new(TCG_TYPE_I64,
93
                                    TCG_AREG0, offsetof(CPUState, t0),
93
                                    TCG_AREG0, offsetof(CPUState, t0_64),
94 94
                                    "T0_64");
95 95
    cpu_T64[1] = tcg_global_mem_new(TCG_TYPE_I64,
96
                                    TCG_AREG0, offsetof(CPUState, t1),
96
                                    TCG_AREG0, offsetof(CPUState, t1_64),
97 97
                                    "T1_64");
98 98
    cpu_T64[2] = tcg_global_mem_new(TCG_TYPE_I64,
99
                                    TCG_AREG0, offsetof(CPUState, t2),
99
                                    TCG_AREG0, offsetof(CPUState, t2_64),
100 100
                                    "T2_64");
101 101
#endif
102 102
    

Also available in: Unified diff