Files
cc65/src
Greg King 8b42f570e9 Fixed code that caused a seg-fault after parsing a (deferred) post-count argument followed by a (nested) function-call argument.
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.
2020-11-20 17:45:14 -05:00
..
2020-07-08 16:45:00 +02:00
2020-11-20 19:11:20 +01:00
2019-05-22 11:33:43 +02:00
2020-11-15 16:35:55 +01:00