aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'target-ppc/cpu.h')
-rw-r--r--target-ppc/cpu.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/target-ppc/cpu.h b/target-ppc/cpu.h
index 28b9dad715..87d4312e08 100644
--- a/target-ppc/cpu.h
+++ b/target-ppc/cpu.h
@@ -536,12 +536,6 @@ struct CPUPPCState {
#if (TARGET_LONG_BITS > HOST_LONG_BITS) || defined(HOST_I386)
target_ulong t2;
#endif
-#if !defined(TARGET_PPC64)
- /* temporary fixed-point registers
- * used to emulate 64 bits registers on 32 bits targets
- */
- uint64_t t0_64, t1_64, t2_64;
-#endif
/* general purpose registers */
target_ulong gpr[32];