mirror of
https://github.com/frida/tinycc
synced 2025-01-09 05:21:59 +03:00
b125743323
For program manipulating argv or arge as pointer with construct such as: (while *argv++) { do_something_with_argv; } it is necessary to have argv and arge inside a region. This patch create regions argv and arge) if main is declared with those parameters. |
||
---|---|---|
.. | ||
alloca86_64.S | ||
alloca86-bt.S | ||
alloca86.S | ||
armeabi.c | ||
bcheck.c | ||
libtcc1.c | ||
Makefile |