aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/math-emu/ieee754sp.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/math-emu/ieee754sp.c')
-rw-r--r--arch/mips/math-emu/ieee754sp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/math-emu/ieee754sp.c b/arch/mips/math-emu/ieee754sp.c
index 271d00d6113a..15d1e36cfe64 100644
--- a/arch/mips/math-emu/ieee754sp.c
+++ b/arch/mips/math-emu/ieee754sp.c
@@ -117,7 +117,7 @@ static unsigned get_rounding(int sn, unsigned xm)
117 xm += 0x8; 117 xm += 0x8;
118 break; 118 break;
119 case IEEE754_RD: /* toward -Infinity */ 119 case IEEE754_RD: /* toward -Infinity */
120 if (sn) /* ?? */ 120 if (sn) /* ?? */
121 xm += 0x8; 121 xm += 0x8;
122 break; 122 break;
123 } 123 }