]> git.sur5r.net Git - cc65/commit
Fixed a problem in line info generation: Recorded token lists emitted the
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 4 Nov 2012 12:57:34 +0000 (12:57 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 4 Nov 2012 12:57:34 +0000 (12:57 +0000)
commit4a418658985b52b8dd1033bc5aa2dcae18a65a17
tree50a65149197ce332e584e538e18cec00e30034be
parent0b5c667cd9026fbf7b918048c7de8357ca4a083c
Fixed a problem in line info generation: Recorded token lists emitted the
tokens using the standard ASM line info, overwriting the existing one from the
real source line. Since this info was lost, and couldn't be recovered, the
original source location was omitted in error messages.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5905 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/ca65/error.c
src/ca65/lineinfo.c
src/ca65/toklist.c
src/ca65/toklist.h