summaryrefslogtreecommitdiff
path: root/gmp-h.in
diff options
context:
space:
mode:
Diffstat (limited to 'gmp-h.in')
-rw-r--r--gmp-h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gmp-h.in b/gmp-h.in
index 2dcddda5c..ac7e03aa2 100644
--- a/gmp-h.in
+++ b/gmp-h.in
@@ -2168,7 +2168,7 @@ __GMP_EXTERN_INLINE
int
mpn_zero_p (mp_srcptr __gmp_p, mp_size_t __gmp_n) __GMP_NOTHROW
{
- if (__gmp_n != 0)
+ /* if (__GMP_LIKELY (__gmp_n > 0)) */
do {
if (__gmp_p[--__gmp_n] != 0)
return 0;