aboutsummaryrefslogtreecommitdiff
path: root/libtcc.c
diff options
context:
space:
mode:
authorjiang <30155751@qq.com>2014-04-30 19:30:30 +0800
committerjiang <30155751@qq.com>2014-04-30 19:30:30 +0800
commit2b2e7f85d7119677f0ffdd4c1bde5d3095dead4e (patch)
treee34c0df267dd025580cb3aa08b176c8ee84f6814 /libtcc.c
parentba61fd9cd1367589aad7e8056821f88f2e5b550b (diff)
downloadtinycc-2b2e7f85d7119677f0ffdd4c1bde5d3095dead4e.tar.gz
tinycc-2b2e7f85d7119677f0ffdd4c1bde5d3095dead4e.tar.bz2
rename i386-tok.h i386-asm.c, add PRINTF_ASM_CODE
Diffstat (limited to 'libtcc.c')
-rw-r--r--libtcc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libtcc.c b/libtcc.c
index deda7e6..b9f5952 100644
--- a/libtcc.c
+++ b/libtcc.c
@@ -52,10 +52,10 @@ ST_DATA struct TCCState *tcc_state;
#include "x86_64-gen.c"
#endif
#ifdef CONFIG_TCC_ASM
-#include "tccasm.c"
#if defined TCC_TARGET_I386 || defined TCC_TARGET_X86_64
-#include "i386-asm.c"
+#include "asmx86.c"
#endif
+#include "tccasm.c"
#endif
#ifdef TCC_TARGET_COFF
#include "tcccoff.c"