diff options
| author | seyko <seyko2@gmail.com> | 2015-04-10 15:17:22 +0300 |
|---|---|---|
| committer | seyko <seyko2@gmail.com> | 2015-04-10 15:17:22 +0300 |
| commit | 559675b90acec03b67ed3f2cece1940f00e44c49 (patch) | |
| tree | 3875745ba543b7b8bb8474d9b7910272fcf75b9d /tcc.h | |
| parent | e92dc595cd10405b3ed14b2663affeb50b47e169 (diff) | |
| download | tinycc-559675b90acec03b67ed3f2cece1940f00e44c49.tar.gz tinycc-559675b90acec03b67ed3f2cece1940f00e44c49.tar.bz2 | |
a bounds checking code for the ARCH=x86_64
Diffstat (limited to 'tcc.h')
| -rw-r--r-- | tcc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
