mirror of
https://github.com/frida/tinycc
synced 2024-11-24 16:49:44 +03:00
Make TOK_alloca available for x86-64
TOK_alloca is now available on x86-64 so make put definition of TOK_alloca outside the BCHECK conditional macro definition but test if arch is i386 or x86-64. This makes C99 VLA works (understand compile) on x86-64.
This commit is contained in:
parent
7f00523e2e
commit
af26ac56bf