]> git.sur5r.net Git - cc65/commit
Fixed problems with R3977: While the solution was correct, the generated code
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 30 Jul 2009 14:45:50 +0000 (14:45 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 30 Jul 2009 14:45:50 +0000 (14:45 +0000)
commit37157a31a885e82ca2bf52f6c8a015e20043b174
tree5352475f2efb5203bc4612ec896a386c9857c24e
parenta4a1c729c8f399dd7bdd69517399e901250ec4fd
Fixed problems with R3977: While the solution was correct, the generated code
is bad, since information is lost when converting functions and arrays to
pointers and cannot be regained easily. So I've reverted the change and fixed
the problem in a less general manner.

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