diff options
| author | Thomas Preud'homme <robotux@celest.fr> | 2014-03-29 14:57:29 +0800 |
|---|---|---|
| committer | Thomas Preud'homme <robotux@celest.fr> | 2014-03-29 14:57:59 +0800 |
| commit | f272407353f2abdc09f9f6bcb54bcf4b6521d782 (patch) | |
| tree | fc1249d50e636a17eba3ec187e63e522f26bf304 /tccgen.c | |
| parent | b018bac9c8e1e47fbcb42565ddcdf2a2965b3fcf (diff) | |
| download | tinycc-f272407353f2abdc09f9f6bcb54bcf4b6521d782.tar.gz tinycc-f272407353f2abdc09f9f6bcb54bcf4b6521d782.tar.bz2 | |
Fix typo in code added by b018bac9c8
Diffstat (limited to 'tccgen.c')
| -rw-r--r-- | tccgen.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5771,7 +5771,7 @@ static void gen_function(Sym *sym) sym_push2(&local_stack, SYM_FIELD, 0, 0); gfunc_prolog(&sym->type); #ifdef CONFIG_TCC_BCHECK - if (tcc_state->do_bound_check + if (tcc_state->do_bounds_check && !strcmp(get_tok_str(sym->v, NULL), "main")) { int i; |
