]> git.sur5r.net Git - cc65/commit
Fixed a problem similar to the one in Assignment() some time ago: An
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 8 Sep 2009 20:08:21 +0000 (20:08 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 8 Sep 2009 20:08:21 +0000 (20:08 +0000)
commit2d3b0f11466fd7c6634d38f1cdbd20fd0e27f060
tree5893fccd4589ffa980b0515cf606bd8a75cdf107
parent84e288f21cdfc9faf01e50eb8d2ddb83ebf72d2b
Fixed a problem similar to the one in Assignment() some time ago: An
expression that yields a constant value may have side effects, and the
expression code must not be removed in this case.

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