]> git.sur5r.net Git - cc65/commit
Fix a problem with the generated array sizes for span types (they were wrong).
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 21 Aug 2011 20:50:39 +0000 (20:50 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 21 Aug 2011 20:50:39 +0000 (20:50 +0000)
commitecfba0c9b0349619b36f9f7666e8c35da21fd871
tree94cea24087f535b7a0c19a6f4d3a251e8f62d514
parent4e43a293c68a152b6f38f7576de67d1417ff0175
Fix a problem with the generated array sizes for span types (they were wrong).
As an optimization, don't create an array for just a few elements.

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