]> git.sur5r.net Git - cc65/commit
Fixed and improved the code for compares. Before, compares of chars to a
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 11 Jul 2010 16:11:45 +0000 (16:11 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 11 Jul 2010 16:11:45 +0000 (16:11 +0000)
commit2bb2d97ab0fb5b723a5b895f5b74d0c71b19970e
tree10fa3ab34490248b073ac9705deeb332d66761e6
parent4cd7eec075d5886e9f3b92584b5b89780c4c6790
Fixed and improved the code for compares. Before, compares of chars to a
constant where sometimes passed down to the code generator in a way that
caused wrong code to be generated.

This change may go into 2.13 after some testing.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4743 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/cc65/expr.c