]> git.sur5r.net Git - cc65/commit
Fixed how ca65 handles some debug info from cc65.
authorGreg King <gregdk@users.sf.net>
Sun, 3 Jul 2016 11:07:09 +0000 (07:07 -0400)
committerGreg King <gregdk@users.sf.net>
Sun, 3 Jul 2016 11:07:09 +0000 (07:07 -0400)
commita6eb7d076377db051e58d3656dd9e5adcb7f5c7d
treebe94ae630b36a92d7f6bb63c9c50cf0f829ffa70
parent401478327523e9b99bc32f557a51230bfdcd1b36
Fixed how ca65 handles some debug info from cc65.

ca65 used to claim that an assembler error/warning was found on a C code line; and, that an Assembly line is only indirectly related to it.
Now, ca65 says that the Assembly line has the problem; and, that the Assembly line was produced from the C line.
src/ca65/error.c
src/ca65/lineinfo.c