From 330d51818a4dbe8cc3d51961c8541d5c28a30e6e Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 23 May 2010 21:52:06 +0200 Subject: [PATCH] --- yaml --- r: 204480 b: refs/heads/master c: 6337f5e5aab7faf6029d9ac4eba7496295bdf93c h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/math-emu/dp_tint.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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;