diff options
Diffstat (limited to 'arch/mips/math-emu/sp_tint.c')
-rw-r--r-- | arch/mips/math-emu/sp_tint.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/mips/math-emu/sp_tint.c b/arch/mips/math-emu/sp_tint.c index 1d73d2abe0b5..352dc3a5f1af 100644 --- a/arch/mips/math-emu/sp_tint.c +++ b/arch/mips/math-emu/sp_tint.c | |||
@@ -72,8 +72,7 @@ int ieee754sp_tint(ieee754sp x) | |||
72 | round = 0; | 72 | round = 0; |
73 | sticky = residue != 0; | 73 | sticky = residue != 0; |
74 | xm = 0; | 74 | xm = 0; |
75 | } | 75 | } else { |
76 | else { | ||
77 | /* Shifting a u32 32 times does not work, | 76 | /* Shifting a u32 32 times does not work, |
78 | * so we do it in two steps. Be aware that xe | 77 | * so we do it in two steps. Be aware that xe |
79 | * may be -1 */ | 78 | * may be -1 */ |