fix for the "Reduce allocations overhead"
Now no trap when compiling tccboot
This commit is contained in:
parent
1f49441a27
commit
b4125ba0c1
1 changed files with 1 additions and 1 deletions
2
tccpp.c
2
tccpp.c
|
|
@ -242,7 +242,7 @@ tail_call:
|
|||
al->nb_total++;
|
||||
#endif
|
||||
return ret;
|
||||
} else if (al->top && is_own) {
|
||||
} else if (is_own) {
|
||||
al->nb_allocs--;
|
||||
ret = tal_realloc(*pal, 0, size);
|
||||
header = (((tal_header_t *)p) - 1);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue