diff options
| author | jiang <30155751@qq.com> | 2014-04-30 19:30:30 +0800 |
|---|---|---|
| committer | jiang <30155751@qq.com> | 2014-04-30 19:30:30 +0800 |
| commit | 2b2e7f85d7119677f0ffdd4c1bde5d3095dead4e (patch) | |
| tree | e34c0df267dd025580cb3aa08b176c8ee84f6814 /tcctok.h | |
| parent | ba61fd9cd1367589aad7e8056821f88f2e5b550b (diff) | |
| download | tinycc-2b2e7f85d7119677f0ffdd4c1bde5d3095dead4e.tar.gz tinycc-2b2e7f85d7119677f0ffdd4c1bde5d3095dead4e.tar.bz2 | |
rename i386-tok.h i386-asm.c, add PRINTF_ASM_CODE
Diffstat (limited to 'tcctok.h')
| -rw-r--r-- | tcctok.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -285,5 +285,5 @@ #endif #if defined TCC_TARGET_I386 || defined TCC_TARGET_X86_64 -#include "i386-tok.h" +#include "asmx86-tok.h" #endif |
