aboutsummaryrefslogtreecommitdiff
path: root/tcctok.h
diff options
context:
space:
mode:
Diffstat (limited to 'tcctok.h')
-rw-r--r--tcctok.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/tcctok.h b/tcctok.h
index 5ad5cf5..c214ace 100644
--- a/tcctok.h
+++ b/tcctok.h
@@ -233,7 +233,6 @@
#endif
/* Tiny Assembler */
-
DEF_ASM(byte)
DEF_ASM(word)
DEF_ASM(align)
@@ -258,9 +257,6 @@
DEF_ASM(code64)
#endif
-#ifdef TCC_TARGET_I386
+#if defined TCC_TARGET_I386 || defined TCC_TARGET_X86_64
#include "i386-tok.h"
-#elif TCC_TARGET_X86_64
-#include "x86_64-tok.h"
#endif
-