From 8bbde91f62291cb0383c2406ae6123be903c944b Mon Sep 17 00:00:00 2001 From: grischka Date: Sat, 19 Dec 2009 22:11:12 +0100 Subject: tcc_relocate: revert to 0.9.24 behavior --- tcc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tcc.h') 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; -- cgit v1.3.1