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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/target-ppc/exec.h b/target-ppc/exec.h
index a86e052b67..67cb8b4377 100644
--- a/target-ppc/exec.h
+++ b/target-ppc/exec.h
@@ -45,9 +45,6 @@ register target_ulong T2 asm(AREG3);
#define TDX "%016lx"
#endif
-#define FT0 (env->ft0)
-#define FT1 (env->ft1)
-
#if defined (DEBUG_OP)
# define RETURN() __asm__ __volatile__("nop" : : : "memory");
#else