aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
authorgrischka <grischka>2009-12-19 22:11:12 +0100
committergrischka <grischka>2009-12-19 22:16:23 +0100
commit8bbde91f62291cb0383c2406ae6123be903c944b (patch)
treeef27e46008262d2bf873c484266dba4da131f872 /tcc.h
parent3db219477a6365d0f1d5214a345b3393a38e81d1 (diff)
downloadtinycc-8bbde91f62291cb0383c2406ae6123be903c944b.tar.gz
tinycc-8bbde91f62291cb0383c2406ae6123be903c944b.tar.bz2
tcc_relocate: revert to 0.9.24 behavior
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcc.h b/tcc.h
index 59fe333..cc63e92 100644
--- a/tcc.h
+++ b/tcc.h
@@ -498,6 +498,7 @@ struct TCCState {
/* for tcc_relocate */
int runtime_added;
+ void *runtime_mem;
struct InlineFunc **inline_fns;
int nb_inline_fns;