aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tcc.h b/tcc.h
index 61164d4..9407f63 100644
--- a/tcc.h
+++ b/tcc.h
@@ -512,6 +512,10 @@ struct TCCState {
struct InlineFunc **inline_fns;
int nb_inline_fns;
+#ifdef TCC_TARGET_I386
+ int seg_size;
+#endif
+
#ifndef TCC_TARGET_PE
#ifdef TCC_TARGET_X86_64
/* write PLT and GOT here */