aboutsummaryrefslogtreecommitdiff
path: root/lib/va_list.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/va_list.c')
-rw-r--r--lib/va_list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/va_list.c b/lib/va_list.c
index 57dce0d..8749f46 100644
--- a/lib/va_list.c
+++ b/lib/va_list.c
@@ -1,6 +1,6 @@
/* va_list.c - tinycc support for va_list on X86_64 */
-#if defined TCC_TARGET_X86_64
+#if defined __x86_64__
/* Avoid include files, they may not be available when cross compiling */
extern void *memset(void *s, int c, __SIZE_TYPE__ n);