aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/math-emu/sp_modf.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/math-emu/sp_modf.c')
-rw-r--r--arch/mips/math-emu/sp_modf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/math-emu/sp_modf.c b/arch/mips/math-emu/sp_modf.c
index 30d53ec1f7eb..22f19a22ab02 100644
--- a/arch/mips/math-emu/sp_modf.c
+++ b/arch/mips/math-emu/sp_modf.c
@@ -32,7 +32,7 @@ union ieee754sp ieee754sp_modf(union ieee754sp x, union ieee754sp *ip)
{
COMPXSP;
- CLEARCX;
+ ieee754_clearcx();
EXPLODEXSP;