summaryrefslogtreecommitdiff
path: root/lib/builtins/ashlti3.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/builtins/ashlti3.c')
-rw-r--r--lib/builtins/ashlti3.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/builtins/ashlti3.c b/lib/builtins/ashlti3.c
index 4bd8219b5..08d2181d4 100644
--- a/lib/builtins/ashlti3.c
+++ b/lib/builtins/ashlti3.c
@@ -14,7 +14,7 @@
#include "int_lib.h"
-#if __x86_64
+#ifdef CRT_HAS_128BIT
/* Returns: a << b */
@@ -42,4 +42,4 @@ __ashlti3(ti_int a, si_int b)
return result.all;
}
-#endif /* __x86_64 */
+#endif /* CRT_HAS_128BIT */