From 0d768b97130ef2180725c4e585bb482ed0dea105 Mon Sep 17 00:00:00 2001 From: Frederic Feret Date: Thu, 27 Aug 2009 09:34:35 +0200 Subject: added 16-bit x86 assembly support --- tcc.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tcc.h') 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 */ -- cgit v1.3.1