summaryrefslogtreecommitdiff
path: root/set_si.c
diff options
context:
space:
mode:
Diffstat (limited to 'set_si.c')
-rw-r--r--set_si.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/set_si.c b/set_si.c
index 1fdca1ef9..3abbb0ef1 100644
--- a/set_si.c
+++ b/set_si.c
@@ -52,7 +52,7 @@ int
MPFR_SET_NEG(x);
else
MPFR_SET_POS(x);
-
+
nbits = BITS_PER_MP_LIMB - cnt;
MPFR_EXP (x) = nbits; /* may be out-of-range, check range below */
inex = mpfr_check_range(x, 0, rnd_mode);