summaryrefslogtreecommitdiff
path: root/target-alpha/exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'target-alpha/exec.h')
-rw-r--r--target-alpha/exec.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/target-alpha/exec.h b/target-alpha/exec.h
index 574ef13f10..99c6e95d3f 100644
--- a/target-alpha/exec.h
+++ b/target-alpha/exec.h
@@ -44,9 +44,6 @@ register uint64_t T1 asm(AREG2);
#define PARAM(n) ((uint64_t)PARAM##n)
#define SPARAM(n) ((int32_t)PARAM##n)
-#define FT0 (env->ft0)
-#define FT1 (env->ft1)
-#define FT2 (env->ft2)
#define FP_STATUS (env->fp_status)
#if defined (DEBUG_OP)