mirror of
https://github.com/mirror/tinycc.git
synced 2024-12-28 04:00:06 +08: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 |