aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/math-emu/dp_frexp.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/math-emu/dp_frexp.c')
-rw-r--r--arch/mips/math-emu/dp_frexp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/math-emu/dp_frexp.c b/arch/mips/math-emu/dp_frexp.c
index cb15a5eaecbb..6ab7df958362 100644
--- a/arch/mips/math-emu/dp_frexp.c
+++ b/arch/mips/math-emu/dp_frexp.c
@@ -28,7 +28,7 @@
/* close to ieeep754dp_logb
*/
-ieee754dp ieee754dp_frexp(ieee754dp x, int *eptr)
+union ieee754dp ieee754dp_frexp(union ieee754dp x, int *eptr)
{
COMPXDP;
CLEARCX;