summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorbjorn Granlund <tg@gmplib.org>2020-01-13 13:37:08 +0100
committerTorbjorn Granlund <tg@gmplib.org>2020-01-13 13:37:08 +0100
commit5ea6537f43901087abb91e32a5afc96910fabe41 (patch)
treef928f2f0a0041af6a4b7ea922e4c9a3e92cf46ae
parent3d54e58eb9d92ed7f1977a3034b1c2716d53f487 (diff)
downloadgmp-5ea6537f43901087abb91e32a5afc96910fabe41.tar.gz
Amend last change (remove debugging code).
-rw-r--r--longlong.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/longlong.h b/longlong.h
index 3b39098af..bc3fc81cb 100644
--- a/longlong.h
+++ b/longlong.h
@@ -1472,7 +1472,7 @@ extern UWtype __MPN(udiv_qrnnd) (UWtype *, UWtype, UWtype, UWtype);
#define add_ssaaaa(sh, sl, ah, al, bh, bl) \
do { \
if (__builtin_constant_p (bh) && (bh) == 0) \
- __asm__ ("add%I4c %1,%3,%4\n\taddze %0,%2 // X" \
+ __asm__ ("add%I4c %1,%3,%4\n\taddze %0,%2" \
: "=r" (sh), "=&r" (sl) \
: "r" ((UDItype)(ah)), \
"%r" ((UDItype)(al)), "rI" ((UDItype)(bl)) \