From d869d8f37c96e69f6cefb836a461c63b2a6069f1 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 23 May 2010 21:52:09 +0200 Subject: [PATCH] --- yaml --- r: 204483 b: refs/heads/master c: 3e4088affe2bd73dc4235cf0cc735722641085a6 h: refs/heads/master i: 204481: a37ddf217a85493e1ae714f2abdde8659bae91b9 204479: c4e60a0c7fb45ace3f7f24de4b7b1e8b4596ca21 v: v3 --- [refs] | 2 +- trunk/arch/mips/math-emu/sp_tint.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index a42769d5a529..8fde1730b2e2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 24da36cdc5c7bc8ccde1876f81f884d6d42c0602 +refs/heads/master: 3e4088affe2bd73dc4235cf0cc735722641085a6 diff --git a/trunk/arch/mips/math-emu/sp_tint.c b/trunk/arch/mips/math-emu/sp_tint.c index 1d73d2abe0b5..352dc3a5f1af 100644 --- a/trunk/arch/mips/math-emu/sp_tint.c +++ b/trunk/arch/mips/math-emu/sp_tint.c @@ -72,8 +72,7 @@ int ieee754sp_tint(ieee754sp x) round = 0; sticky = residue != 0; xm = 0; - } - else { + } else { /* Shifting a u32 32 times does not work, * so we do it in two steps. Be aware that xe * may be -1 */