a bounds checking code for the ARCH=x86_64
This commit is contained in:
2
tcc.h
2
tcc.h
@ -164,7 +164,7 @@
|
||||
|
||||
#if !defined(TCC_UCLIBC) && !defined(TCC_TARGET_ARM) && \
|
||||
!defined(TCC_TARGET_ARM64) && !defined(TCC_TARGET_C67) && \
|
||||
!defined(TCC_TARGET_X86_64) && !defined(CONFIG_USE_LIBGCC)
|
||||
!defined(CONFIG_USE_LIBGCC)
|
||||
#define CONFIG_TCC_BCHECK /* enable bound checking code */
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user