summaryrefslogtreecommitdiff
path: root/longlong.h
diff options
context:
space:
mode:
authorNiels M?ller <nisse@lysator.liu.se>2013-09-13 22:06:55 +0200
committerNiels M?ller <nisse@lysator.liu.se>2013-09-13 22:06:55 +0200
commitca321d3b9ac2c74df3ce8320e243fffbce9bbe30 (patch)
tree9ef00465e93c347eac6007ce0f35d2e210b623de /longlong.h
parent0afc36da0ea9b09ea30b846892d8dc63edd42ebe (diff)
downloadgmp-ca321d3b9ac2c74df3ce8320e243fffbce9bbe30.tar.gz
Fixed inconsistent #endif comment for amd64/x86_64. Spotted by Paul.
Diffstat (limited to 'longlong.h')
-rw-r--r--longlong.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/longlong.h b/longlong.h
index d969c7470..4e99637ef 100644
--- a/longlong.h
+++ b/longlong.h
@@ -1029,7 +1029,7 @@ extern UWtype __MPN(udiv_qrnnd) (UWtype *, UWtype, UWtype, UWtype);
ASSERT ((x) != 0); \
__asm__ ("bsfq %1,%q0" : "=r" (count) : "rm" ((UDItype)(x))); \
} while (0)
-#endif /* x86_64 */
+#endif /* __amd64__ */
#if defined (__i860__) && W_TYPE_SIZE == 32
#define rshift_rhlc(r,h,l,c) \