1
0
mirror of https://github.com/cc65/cc65.git synced 2025-02-07 04:31:38 +00:00
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-13 15:13:22 +02:00
2020-09-25 16:25:32 +02:00
2020-11-19 23:12:16 +01:00
2019-05-29 22:56:51 +02:00
2019-02-12 22:50:49 +01:00