mirror of
https://github.com/frida/tinycc
synced 2024-11-24 00:29:38 +03:00
misplaced parenthese around definition of CONFIG_TCC_BCHECK
This commit is contained in:
parent
a5e714abec
commit
8878c29c5d
4
tcc.h
4
tcc.h
@ -187,8 +187,8 @@ extern long double strtold (const char *__nptr, char **__endptr);
|
||||
#if defined TCC_IS_NATIVE && !defined CONFIG_TCCBOOT
|
||||
# define CONFIG_TCC_BACKTRACE
|
||||
# if (defined TCC_TARGET_I386 || defined TCC_TARGET_X86_64 || \
|
||||
defined TCC_TARGET_ARM || defined TCC_TARGET_ARM64) || \
|
||||
defined TCC_TARGET_RISCV64 \
|
||||
defined TCC_TARGET_ARM || defined TCC_TARGET_ARM64 || \
|
||||
defined TCC_TARGET_RISCV64) \
|
||||
&& !defined TCC_UCLIBC && !defined TCC_MUSL
|
||||
# define CONFIG_TCC_BCHECK /* enable bound checking code */
|
||||
# endif
|
||||
|
Loading…
Reference in New Issue
Block a user