From 559675b90acec03b67ed3f2cece1940f00e44c49 Mon Sep 17 00:00:00 2001 From: seyko Date: Fri, 10 Apr 2015 15:17:22 +0300 Subject: a bounds checking code for the ARCH=x86_64 --- tcc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tcc.h') diff --git a/tcc.h b/tcc.h index d9c24dc..e25a55b 100644 --- a/tcc.h +++ b/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 -- cgit v1.3.1