qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 11/30] target-mips: Remove unused `FLOAT_OP' macro


From: Leon Alrae
Subject: [Qemu-devel] [PULL 11/30] target-mips: Remove unused `FLOAT_OP' macro
Date: Tue, 16 Dec 2014 19:48:57 +0000

From: "Maciej W. Rozycki" <address@hidden>

Remove the `FLOAT_OP' macro, unused since commit
b6d96beda3a6cbf20a2d04a609eff78adebd8859 [Use temporary registers for
the MIPS FPU emulation.].

Signed-off-by: Maciej W. Rozycki <address@hidden>
Signed-off-by: Leon Alrae <address@hidden>
---
 target-mips/op_helper.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/target-mips/op_helper.c b/target-mips/op_helper.c
index 5a9f207..f547801 100644
--- a/target-mips/op_helper.c
+++ b/target-mips/op_helper.c
@@ -3140,8 +3140,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,            \
-- 
2.1.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]