tcc_relocate: revert to 0.9.24 behavior

This commit is contained in:
grischka
2009-12-19 22:11:12 +01:00
parent 3db219477a
commit 8bbde91f62
5 changed files with 30 additions and 32 deletions

1
tcc.h
View File

@ -498,6 +498,7 @@ struct TCCState {
/* for tcc_relocate */
int runtime_added;
void *runtime_mem;
struct InlineFunc **inline_fns;
int nb_inline_fns;