diff options
Diffstat (limited to 'arch/mips/math-emu/sp_flong.c')
-rw-r--r-- | arch/mips/math-emu/sp_flong.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/math-emu/sp_flong.c b/arch/mips/math-emu/sp_flong.c index b26c155cc3e6..e56e87603feb 100644 --- a/arch/mips/math-emu/sp_flong.c +++ b/arch/mips/math-emu/sp_flong.c | |||
@@ -65,5 +65,5 @@ union ieee754sp ieee754sp_flong(s64 x) | |||
65 | xe--; | 65 | xe--; |
66 | } | 66 | } |
67 | } | 67 | } |
68 | SPNORMRET1(xs, xe, xm, "sp_flong", x); | 68 | return ieee754sp_format(xs, xe, xm); |
69 | } | 69 | } |