aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/math-emu/sp_frexp.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/math-emu/sp_frexp.c')
-rw-r--r--arch/mips/math-emu/sp_frexp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/math-emu/sp_frexp.c b/arch/mips/math-emu/sp_frexp.c
index 5bc993c30044..668252bca513 100644
--- a/arch/mips/math-emu/sp_frexp.c
+++ b/arch/mips/math-emu/sp_frexp.c
@@ -28,7 +28,7 @@
/* close to ieeep754sp_logb
*/
-ieee754sp ieee754sp_frexp(ieee754sp x, int *eptr)
+union ieee754sp ieee754sp_frexp(union ieee754sp x, int *eptr)
{
COMPXSP;
CLEARCX;