]> git.sur5r.net Git - cc65/commit
Masking a bit field is unnecessary if there was no shift operation or if the
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 20 Jan 2012 15:54:43 +0000 (15:54 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 20 Jan 2012 15:54:43 +0000 (15:54 +0000)
commit66f1f829431bb6b8b6da47d6bb86c66d9c35b240
tree03bfec1e21935445344a6a433d4900a0cb31f2c2
parent772d51aa5e58eef1333e2752ae652f5be3b83fd0
Masking a bit field is unnecessary if there was no shift operation or if the
shift operation shifted just zeroes into the value.

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