From a37ddf217a85493e1ae714f2abdde8659bae91b9 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 23 May 2010 21:52:07 +0200 Subject: [PATCH] --- yaml --- r: 204481 b: refs/heads/master c: c273625b42dc93094b9f5db64944a0a8c6775c99 h: refs/heads/master i: 204479: c4e60a0c7fb45ace3f7f24de4b7b1e8b4596ca21 v: v3 --- [refs] | 2 +- trunk/arch/mips/math-emu/dp_tlong.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index d81fe6c49b3d..92bf0fc67ff6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6337f5e5aab7faf6029d9ac4eba7496295bdf93c +refs/heads/master: c273625b42dc93094b9f5db64944a0a8c6775c99 diff --git a/trunk/arch/mips/math-emu/dp_tlong.c b/trunk/arch/mips/math-emu/dp_tlong.c index d71113e07164..0f07ec2be3f9 100644 --- a/trunk/arch/mips/math-emu/dp_tlong.c +++ b/trunk/arch/mips/math-emu/dp_tlong.c @@ -71,8 +71,7 @@ s64 ieee754dp_tlong(ieee754dp x) round = 0; sticky = residue != 0; xm = 0; - } - else { + } else { /* Shifting a u64 64 times does not work, * so we do it in two steps. Be aware that xe * may be -1 */