diff mbox

target-mips/op_helper.c: Remove unused `FLOAT_OP' macro

Message ID alpine.DEB.1.10.1411051435370.2881@tp.orcam.me.uk
State New
Headers show

Commit Message

Maciej W. Rozycki Nov. 5, 2014, 3:36 p.m. UTC
Remove the `FLOAT_OP' macro, unused since commit 
b6d96beda3a6cbf20a2d04a609eff78adebd8859 [Use temporary registers for 
the MIPS FPU emulation.].

Signed-off-by: Maciej W. Rozycki <macro@codesourcery.com>
---
qemu-mips-op-helper-float_op.diff
diff mbox

Patch

Index: qemu-git-trunk/target-mips/op_helper.c
===================================================================
--- qemu-git-trunk.orig/target-mips/op_helper.c	2014-11-02 19:56:33.759015877 +0000
+++ qemu-git-trunk/target-mips/op_helper.c	2014-11-02 19:56:39.758970461 +0000
@@ -3013,8 +3013,6 @@  uint64_t helper_float_rsqrt1_ps(CPUMIPSS
     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,            \