summaryrefslogtreecommitdiff
path: root/arch/mips/math-emu/dp_flong.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/math-emu/dp_flong.c')
-rw-r--r--arch/mips/math-emu/dp_flong.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/math-emu/dp_flong.c b/arch/mips/math-emu/dp_flong.c
index fb5eeaadf253..54c8f005acb2 100644
--- a/arch/mips/math-emu/dp_flong.c
+++ b/arch/mips/math-emu/dp_flong.c
@@ -65,5 +65,6 @@ union ieee754dp ieee754dp_flong(s64 x)
xe--;
}
}
- DPNORMRET1(xs, xe, xm, "dp_flong", x);
+
+ return ieee754dp_format(xs, xe, xm);
}