diff options
Diffstat (limited to 'target-alpha/exec.h')
-rw-r--r-- | target-alpha/exec.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target-alpha/exec.h b/target-alpha/exec.h index 66526e24bc..0fb459da43 100644 --- a/target-alpha/exec.h +++ b/target-alpha/exec.h @@ -28,8 +28,6 @@ register struct CPUAlphaState *env asm(AREG0); -#define PARAM(n) ((uint64_t)PARAM##n) -#define SPARAM(n) ((int32_t)PARAM##n) #define FP_STATUS (env->fp_status) #include "cpu.h" |