rename i386-tok.h i386-asm.c, add PRINTF_ASM_CODE

This commit is contained in:
jiang
2014-04-30 19:30:30 +08:00
parent ba61fd9cd1
commit 2b2e7f85d7
7 changed files with 53 additions and 52 deletions

1
tcc.h
View File

@ -147,6 +147,7 @@
/* #define MEM_DEBUG */
/* assembler debug */
/* #define ASM_DEBUG */
/* #define PRINTF_ASM_CODE */
/* target selection */
/* #define TCC_TARGET_I386 *//* i386 code generator */