summaryrefslogtreecommitdiff
path: root/arch/mips/math-emu/dp_scalb.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/math-emu/dp_scalb.c')
-rw-r--r--arch/mips/math-emu/dp_scalb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/math-emu/dp_scalb.c b/arch/mips/math-emu/dp_scalb.c
index 4f8b65622942..dee37551fae1 100644
--- a/arch/mips/math-emu/dp_scalb.c
+++ b/arch/mips/math-emu/dp_scalb.c
@@ -30,7 +30,7 @@ union ieee754dp ieee754dp_scalb(union ieee754dp x, int n)
{
COMPXDP;
- CLEARCX;
+ ieee754_clearcx();
EXPLODEXDP;