summaryrefslogtreecommitdiffstats
path: root/arch/mips/math-emu/dp_modf.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/math-emu/dp_modf.c')
-rw-r--r--arch/mips/math-emu/dp_modf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/math-emu/dp_modf.c b/arch/mips/math-emu/dp_modf.c
index cbc1386cdfca..61733ff512c7 100644
--- a/arch/mips/math-emu/dp_modf.c
+++ b/arch/mips/math-emu/dp_modf.c
@@ -32,7 +32,7 @@ union ieee754dp ieee754dp_modf(union ieee754dp x, union ieee754dp *ip)
{
COMPXDP;
- CLEARCX;
+ ieee754_clearcx();
EXPLODEXDP;