Message ID | 20170718215050.3812-19-aurelien@aurel32.net |
---|---|
State | New |
Headers | show |
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)