]> git.sur5r.net Git - cc65/commit
Fixed a weird bug. Some special where found to be register variables when they
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 21 Dec 2003 18:54:39 +0000 (18:54 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 21 Dec 2003 18:54:39 +0000 (18:54 +0000)
commit72fe2c86a108af8055905c7c3fe7c66a67548075
tree7b98a7609f078c5c640dd6bc57e72b587f661396
parent16f312a9ae6e2f25a32bc4f18e2b20a5f611f7b1
Fixed a weird bug. Some special where found to be register variables when they
weren't. Caused by the assignments of the type flags. The flags for the symbol
table entry should get reassigned, because this is not the first time they
caused a problem, but this requires more thought, so I hacked the function
that tests for register vars.

git-svn-id: svn://svn.cc65.org/cc65/trunk@2813 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/cc65/symentry.h