integrate x86_64-asm.c into i386-asm.c
Also, disable 16bit support for now as it causes bugs in 32bit mode. #define I386_ASM_16 if you want it.
This commit is contained in:
6
tcctok.h
6
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user