summaryrefslogtreecommitdiff
path: root/longlong.h
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2011-10-13 17:39:52 +0200
committerTorbjorn Granlund <tege@gmplib.org>2011-10-13 17:39:52 +0200
commit523efb4d631f1a4878c9abea528eb2e0ed102363 (patch)
treecdc14f762249b9129e695a8bcc9e583978e02146 /longlong.h
parent4158922ad0b4e9ba63ac96a17faa6570a052a163 (diff)
downloadgmp-523efb4d631f1a4878c9abea528eb2e0ed102363.tar.gz
(s390): Put back an accidentally deleted #else.
Diffstat (limited to 'longlong.h')
-rw-r--r--longlong.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/longlong.h b/longlong.h
index 6870d6454..b44f282b8 100644
--- a/longlong.h
+++ b/longlong.h
@@ -741,6 +741,7 @@ extern UWtype __MPN(udiv_qrnnd) _PROTO ((UWtype *, UWtype, UWtype, UWtype));
(q) = __r1; (r) = __r0; \
} while (0)
#endif /* if 0 */
+#else /* if __zarch__ */
/* FIXME: this fails if gcc knows about the 64-bit registers. */
#define smul_ppmm(xh, xl, m0, m1) \
do { \
@@ -764,7 +765,7 @@ extern UWtype __MPN(udiv_qrnnd) _PROTO ((UWtype *, UWtype, UWtype, UWtype));
: "0" (__x.__ll), "r" (d)); \
(q) = __x.__i.__l; (r) = __x.__i.__h; \
} while (0)
-#endif
+#endif /* if __zarch__ */
#endif
#if defined (__s390x__) && W_TYPE_SIZE == 64