allow to compile tcc by pcc

* pcc have only __linux__ macro (and no __linux)
    * pcc don't have __clear_cache proc
This commit is contained in:
seyko
2016-04-15 17:41:49 +03:00
parent c6dc756d4e
commit 5ee097fce9
3 changed files with 6 additions and 2 deletions

View File

@ -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;