summaryrefslogtreecommitdiff
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 668252bca513..72cedb088506 100644
--- a/arch/mips/math-emu/sp_frexp.c
+++ b/arch/mips/math-emu/sp_frexp.c
@@ -31,7 +31,7 @@
union ieee754sp ieee754sp_frexp(union ieee754sp x, int *eptr)
{
COMPXSP;
- CLEARCX;
+ ieee754_clearcx();
EXPLODEXSP;
switch (xc) {