mirror of
https://github.com/cc65/cc65.git
synced 2024-12-28 06:30:16 +00:00
8b42f570e9
The old broken code defers the count until the end of the (parent function's) argument list. But, a nested function call clears the pointer to the deferred type. That leads to an access violation. The new code defers only until the end of each argument. Fixes #1320. |
||
---|---|---|
.. | ||
bug760.c | ||
bug1209-ind-goto-rev-2.c | ||
bug1209-ind-goto-rev-3.c | ||
bug1209-ind-goto-rev.c | ||
bug1263.c | ||
bug1265.c | ||
bug1348.c | ||
endless.c | ||
goto.c | ||
goto.ref | ||
limits.c | ||
limits.ref | ||
Makefile | ||
pptest2.c | ||
sitest.c |