diff options
| author | Frederic Feret <tommy.planet@free.fr> | 2009-08-27 09:34:35 +0200 |
|---|---|---|
| committer | grischka <grischka> | 2009-11-13 18:08:58 +0100 |
| commit | 0d768b97130ef2180725c4e585bb482ed0dea105 (patch) | |
| tree | 11f169d0ad1af72cbcb4db5675c6cc47736af133 /tcc.h | |
| parent | 2349efa61b5ced91eb078aaa036e5bc37816fd47 (diff) | |
| download | tinycc-0d768b97130ef2180725c4e585bb482ed0dea105.tar.gz tinycc-0d768b97130ef2180725c4e585bb482ed0dea105.tar.bz2 | |
added 16-bit x86 assembly support
Diffstat (limited to 'tcc.h')
| -rw-r--r-- | tcc.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 */ |
