diff options
| author | seyko <seyko2@gmail.com> | 2016-04-15 17:41:49 +0300 |
|---|---|---|
| committer | seyko <seyko2@gmail.com> | 2016-04-15 17:41:49 +0300 |
| commit | 5ee097fce9dee7eb4dc782c5d6bce75c01243d63 (patch) | |
| tree | 1da81b958161ecd9b771085831175cf40505bd95 /i386-gen.c | |
| parent | c6dc756d4e6905df8498596f5bd0c5a6aa1c6d24 (diff) | |
| download | tinycc-5ee097fce9dee7eb4dc782c5d6bce75c01243d63.tar.gz tinycc-5ee097fce9dee7eb4dc782c5d6bce75c01243d63.tar.bz2 | |
allow to compile tcc by pcc
* pcc have only __linux__ macro (and no __linux)
* pcc don't have __clear_cache proc
Diffstat (limited to 'i386-gen.c')
| -rw-r--r-- | i386-gen.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1061,7 +1061,7 @@ ST_FUNC void gen_bounded_ptr_add(void) ST_FUNC void gen_bounded_ptr_deref(void) { addr_t func; - addr_t size, align; + int size, align; Elf32_Rel *rel; Sym *sym; |
