]> git.sur5r.net Git - cc65/commit
Fixed a signed char shift optimization so that it won't be used on signed int also.
authorGreg King <gregdk@users.sf.net>
Sun, 13 Dec 2015 12:17:41 +0000 (07:17 -0500)
committerGreg King <gregdk@users.sf.net>
Sun, 13 Dec 2015 22:04:43 +0000 (17:04 -0500)
commit4716083f3f2ac66db2d1457daae252000adf7c60
tree6f0ac8b5d04003a6726807f468cd7a1f809262cd
parent377f31d08527060d9e2ef6efff6e4c7a058f5dd4
Fixed a signed char shift optimization so that it won't be used on signed int also.

(It would lose significant bits from the high byte.)
src/cc65/coptshift.c
src/cc65/coptshift.h