diff --git a/[refs] b/[refs] index 8de73497d51e..d81fe6c49b3d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 055899a0e249ad9c1c709376c37ee7103abb22c4 +refs/heads/master: 6337f5e5aab7faf6029d9ac4eba7496295bdf93c diff --git a/trunk/arch/mips/math-emu/dp_tint.c b/trunk/arch/mips/math-emu/dp_tint.c index 77b2b7ccf28a..24478623c117 100644 --- a/trunk/arch/mips/math-emu/dp_tint.c +++ b/trunk/arch/mips/math-emu/dp_tint.c @@ -69,8 +69,7 @@ int ieee754dp_tint(ieee754dp x) round = 0; sticky = residue != 0; xm = 0; - } - else { + } else { residue = xm << (64 - DP_MBITS + xe); round = (residue >> 63) != 0; sticky = (residue << 1) != 0;