diff options
Diffstat (limited to 'target-ppc/cpu.h')
-rw-r--r-- | target-ppc/cpu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-ppc/cpu.h b/target-ppc/cpu.h index b0265937c5..28b9dad715 100644 --- a/target-ppc/cpu.h +++ b/target-ppc/cpu.h @@ -542,7 +542,6 @@ struct CPUPPCState { */ uint64_t t0_64, t1_64, t2_64; #endif - ppc_avr_t avr0, avr1, avr2; /* general purpose registers */ target_ulong gpr[32]; |