1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-27 04:54:54 +00:00
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
..
ar65 ar65/LibClose: Include filename in error messages 2020-07-09 21:56:02 +02:00
ca65 Revert transient modification of EATab Table 0 comment 2020-11-19 22:02:07 +01:00
cc65 Fixed code that caused a seg-fault after parsing a (deferred) post-count argument followed by a (nested) function-call argument. 2020-11-20 17:45:14 -05:00
chrcvt65
cl65 Fix formatting 2020-07-08 16:45:00 +02:00
co65
common Bumped version. 2020-11-20 19:11:20 +01:00
da65 instruction table contained wrong parameters at SIR opcode 2020-11-19 22:02:07 +01:00
dbginfo
grc65
ld65 In Atari XEX output format, join memory areas if possible. 2020-07-04 23:28:10 +02:00
od65
sim65
sp65 Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
.gitignore
ar65.vcxproj
ca65.vcxproj Updated Visual Studio solution files to VS 2017. 2018-11-24 14:10:58 +01:00
cc65.sln
cc65.vcxproj Moved some reusable code from cc65/coptstop.c into new files. 2020-09-27 12:22:05 +02:00
chrcvt65.vcxproj
cl65.vcxproj
co65.vcxproj
common.vcxproj
da65.vcxproj
grc65.vcxproj Updated Visual Studio solution files to VS 2017. 2018-11-24 14:10:58 +01:00
ld65.vcxproj Add support for Atari XEX file format to LD65 2019-02-03 18:04:46 -03:00
Makefile src/Makefile: Simplify BUILD_ID logic. 2019-07-15 12:42:48 +02:00
msbuild.cmd
od65.vcxproj
sim65.vcxproj
sp65.vcxproj Updated Visual Studio solution files to VS 2017. 2018-11-24 14:10:58 +01:00