From 802b5d9a3dfc2e8ebf8c3e2a3b50c0ab9636cbf5 Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Sun, 11 Feb 2018 16:03:36 -0500 Subject: [PATCH] target-mips: Remove unused 'FLOAT_OP' macro Remove the `FLOAT_OP' macro, unused since commit b6d96beda3a6cbf20a2d04a609eff78adebd8859 [Use temporary registers for the MIPS FPU emulation.]. Backports commit 51fdea945ae7adae8d7e4a1624e35bb7f714b58f from qemu --- qemu/target-mips/op_helper.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/qemu/target-mips/op_helper.c b/qemu/target-mips/op_helper.c index 3c33fec3..579894e5 100644 --- a/qemu/target-mips/op_helper.c +++ b/qemu/target-mips/op_helper.c @@ -3145,8 +3145,6 @@ uint64_t helper_float_rsqrt1_ps(CPUMIPSState *env, uint64_t fdt0) return ((uint64_t)fsth2 << 32) | fst2; } -#define FLOAT_OP(name, p) void helper_float_##name##_##p(CPUMIPSState *env) - /* binary operations */ #define FLOAT_BINOP(name) \ uint64_t helper_float_ ## name ## _d(CPUMIPSState *env, \