diff options
Diffstat (limited to 'arch/mips/math-emu/sp_add.c')
| -rw-r--r-- | arch/mips/math-emu/sp_add.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/math-emu/sp_add.c b/arch/mips/math-emu/sp_add.c index ae1a327ccac..c446e64637e 100644 --- a/arch/mips/math-emu/sp_add.c +++ b/arch/mips/math-emu/sp_add.c @@ -148,7 +148,7 @@ ieee754sp ieee754sp_add(ieee754sp x, ieee754sp y)  		xe = xe;  		xs = xs; -		if (xm >> (SP_MBITS + 1 + 3)) {	/* carry out */ +		if (xm >> (SP_MBITS + 1 + 3)) { /* carry out */  			SPXSRSX1();  		}  	} else {  |