summaryrefslogtreecommitdiff
path: root/arch/mips/math-emu/sp_scalb.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/math-emu/sp_scalb.c')
-rw-r--r--arch/mips/math-emu/sp_scalb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/math-emu/sp_scalb.c b/arch/mips/math-emu/sp_scalb.c
index 9831d428af6f..cc8f1b82d2a9 100644
--- a/arch/mips/math-emu/sp_scalb.c
+++ b/arch/mips/math-emu/sp_scalb.c
@@ -30,7 +30,7 @@ union ieee754sp ieee754sp_scalb(union ieee754sp x, int n)
{
COMPXSP;
- CLEARCX;
+ ieee754_clearcx();
EXPLODEXSP;