From 0f73753d621b2dddc87bc3d8889cab8636d41d15 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Tue, 18 Jul 2017 10:02:39 -1000 Subject: target/sh4: Eliminate unused XREG macro Reviewed-by: Aurelien Jarno Signed-off-by: Richard Henderson Message-Id: <20170718200255.31647-15-rth@twiddle.net> Signed-off-by: Aurelien Jarno --- target/sh4/translate.c | 1 - 1 file changed, 1 deletion(-) (limited to 'target/sh4/translate.c') diff --git a/target/sh4/translate.c b/target/sh4/translate.c index bc6f33970b..e5b88ac568 100644 --- a/target/sh4/translate.c +++ b/target/sh4/translate.c @@ -357,7 +357,6 @@ static inline void gen_store_fpr64(DisasContext *ctx, TCGv_i64 t, int reg) #define FREG(x) cpu_fregs[(x) ^ ctx->fbank] #define XHACK(x) ((((x) & 1 ) << 4) | ((x) & 0xe)) -#define XREG(x) FREG(XHACK(x)) /* Assumes lsb of (x) is always 0 */ #define DREG(x) ((x) ^ ctx->fbank) -- cgit v1.2.1