]> git.sur5r.net Git - cc65/commit
Fix an error with .ELSEIF: The condition must only be evaluated if the .ELSEIF
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 7 Jun 2011 17:16:18 +0000 (17:16 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 7 Jun 2011 17:16:18 +0000 (17:16 +0000)
commit7db7f34d91e62671521b3d4d315f181b407177fb
treed993b4d8c68b14b26ec4838ed6361bede76877d4
parentf0a6653bd1694efb44339a6fab4c6cfe9aca9aba
Fix an error with .ELSEIF: The condition must only be evaluated if the .ELSEIF
is inside an .IF which had a TRUE condition.

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