summaryrefslogtreecommitdiff
path: root/target-mips/op_helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'target-mips/op_helper.c')
-rw-r--r--target-mips/op_helper.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/target-mips/op_helper.c b/target-mips/op_helper.c
index 50f353a4d6..017d12ad7c 100644
--- a/target-mips/op_helper.c
+++ b/target-mips/op_helper.c
@@ -159,6 +159,8 @@ void do_drotrv (void)
T0 = T1;
}
+#endif /* TARGET_LONG_BITS > HOST_LONG_BITS */
+
void do_dclo (void)
{
T0 = clo64(T0);
@@ -169,7 +171,6 @@ void do_dclz (void)
T0 = clz64(T0);
}
-#endif /* TARGET_LONG_BITS > HOST_LONG_BITS */
#endif /* TARGET_MIPS64 */
/* 64 bits arithmetic for 32 bits hosts */