diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-11-24 08:47:21 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-11-24 08:47:21 +0000 |
commit | fe1e5c53fdd4e07fd217077dc6e03ad7d01d9839 (patch) | |
tree | b4da78737d31080f6a2234f7cd0f10e188a60f3a /target-ppc/cpu.h | |
parent | a0d7d5a776ff4f5cbc00d3d9bb43925e1acbefa1 (diff) |
target-ppc: convert altivec load/store to TCG
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5787 c046a42c-6fe2-441c-8c8c-71466251a162
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]; |