aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/math-emu/dp_frexp.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/math-emu/dp_frexp.c')
-rw-r--r--arch/mips/math-emu/dp_frexp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/math-emu/dp_frexp.c b/arch/mips/math-emu/dp_frexp.c
index 6ab7df958362..25ebce16143e 100644
--- a/arch/mips/math-emu/dp_frexp.c
+++ b/arch/mips/math-emu/dp_frexp.c
@@ -31,7 +31,7 @@
union ieee754dp ieee754dp_frexp(union ieee754dp x, int *eptr)
{
COMPXDP;
- CLEARCX;
+ ieee754_clearcx();
EXPLODEXDP;
switch (xc) {