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 */