PowerPC: Remove SPRG0/1/2/3 macros.
This commit is contained in:
parent
2f8b3ac1b7
commit
814c01162a
|
@ -250,10 +250,6 @@ void UpdatePerformanceMonitor(u32 cycles, u32 num_load_stores, u32 num_fp_inst);
|
|||
#define CTR(ppc_state) (ppc_state).spr[SPR_CTR]
|
||||
#define SRR0(ppc_state) (ppc_state).spr[SPR_SRR0]
|
||||
#define SRR1(ppc_state) (ppc_state).spr[SPR_SRR1]
|
||||
#define SPRG0 PowerPC::ppcState.spr[SPR_SPRG0]
|
||||
#define SPRG1 PowerPC::ppcState.spr[SPR_SPRG1]
|
||||
#define SPRG2 PowerPC::ppcState.spr[SPR_SPRG2]
|
||||
#define SPRG3 PowerPC::ppcState.spr[SPR_SPRG3]
|
||||
#define GQR(x) PowerPC::ppcState.spr[SPR_GQR0 + (x)]
|
||||
#define TL PowerPC::ppcState.spr[SPR_TL]
|
||||
#define TU PowerPC::ppcState.spr[SPR_TU]
|
||||
|
|
Loading…
Reference in New Issue