]> git.sur5r.net Git - cc65/commit
Fixed a problem with OptJumpTarget3. In a loop over all elements of a
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 31 Oct 2009 10:36:59 +0000 (10:36 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 31 Oct 2009 10:36:59 +0000 (10:36 +0000)
commit00a1121d8c504c5f466901c7712aff788dcbb389
tree8b19726e5851d2e2fb3a9c24a10a5b6b88fb0d0f
parentb86682d29dd6381e8e77131b4112284703670bf3
Fixed a problem with OptJumpTarget3. In a loop over all elements of a
collection that may remove something from the collection, we may not use an
upcounting loop.

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