From 2b2e7f85d7119677f0ffdd4c1bde5d3095dead4e Mon Sep 17 00:00:00 2001 From: jiang <30155751@qq.com> Date: Wed, 30 Apr 2014 19:30:30 +0800 Subject: rename i386-tok.h i386-asm.c, add PRINTF_ASM_CODE --- libtcc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libtcc.c') 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" -- cgit v1.3.1