mirror of
https://github.com/frida/tinycc
synced 2025-03-12 18:53:00 +03:00

_alloca is not part of msvcrt (and therefore not found if used), and tcc has an internal implementation for alloca for x86[_64] since d778bde7 - initally as _alloca and later changed to alloca. Use it instead.