aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'target-ppc/exec.h')
-rw-r--r--target-ppc/exec.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/target-ppc/exec.h b/target-ppc/exec.h
index 4e2802ef81..cc7c924ac5 100644
--- a/target-ppc/exec.h
+++ b/target-ppc/exec.h
@@ -35,13 +35,9 @@ register struct CPUPPCState *env asm(AREG0);
#if TARGET_LONG_BITS > HOST_LONG_BITS
/* no registers can be used */
#define T0 (env->t0)
-#define T1 (env->t1)
-#define T2 (env->t2)
#define TDX "%016" PRIx64
#else
register target_ulong T0 asm(AREG1);
-register target_ulong T1 asm(AREG2);
-register target_ulong T2 asm(AREG3);
#define TDX "%016lx"
#endif