aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/math-emu/dp_fsp.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/math-emu/dp_fsp.c')
-rw-r--r--arch/mips/math-emu/dp_fsp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/math-emu/dp_fsp.c b/arch/mips/math-emu/dp_fsp.c
index d69cb1ad3f60..cacd9f328690 100644
--- a/arch/mips/math-emu/dp_fsp.c
+++ b/arch/mips/math-emu/dp_fsp.c
@@ -32,13 +32,13 @@ union ieee754dp ieee754dp_fsp(union ieee754sp x)
32 32
33 EXPLODEXSP; 33 EXPLODEXSP;
34 34
35 CLEARCX; 35 ieee754_clearcx();
36 36
37 FLUSHXSP; 37 FLUSHXSP;
38 38
39 switch (xc) { 39 switch (xc) {
40 case IEEE754_CLASS_SNAN: 40 case IEEE754_CLASS_SNAN:
41 SETCX(IEEE754_INVALID_OPERATION); 41 ieee754_setcx(IEEE754_INVALID_OPERATION);
42 return ieee754dp_nanxcpt(ieee754dp_indef(), "fsp"); 42 return ieee754dp_nanxcpt(ieee754dp_indef(), "fsp");
43 case IEEE754_CLASS_QNAN: 43 case IEEE754_CLASS_QNAN:
44 return ieee754dp_nanxcpt(builddp(xs, 44 return ieee754dp_nanxcpt(builddp(xs,