]> git.sur5r.net Git - cc65/commit
Fix the check for constant static local data, which was wrong when the data
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 27 May 2010 19:47:13 +0000 (19:47 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 27 May 2010 19:47:13 +0000 (19:47 +0000)
commit64b597017acaebb97ed1949ce7d9b304b1baad2d
tree7c22b91ef0a8fb057989d52a7825c808822d703a
parent05b23194d9b0ff765eb3e2a83bcef50bbe042e93
Fix the check for constant static local data, which was wrong when the data
was an array. It should go into RODATA, not DATA.

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