diff options
Diffstat (limited to 'tcc.h')
| -rw-r--r-- | tcc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -498,6 +498,7 @@ struct TCCState { /* for tcc_relocate */ int runtime_added; + void *runtime_mem; struct InlineFunc **inline_fns; int nb_inline_fns; |
