]> git.sur5r.net Git - cc65/commit
Fixed a problem with bit-fields: Values spanning more than a byte must always
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 20 Oct 2009 08:21:12 +0000 (08:21 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 20 Oct 2009 08:21:12 +0000 (08:21 +0000)
commit96b46beee0cecc6ebfaffb6525974919748718bb
treea2461bd0be0707779dd1c755d48f4141b9e461bb
parent4372d111a21608578be8f2940d559ad59f6f2b2e
Fixed a problem with bit-fields: Values spanning more than a byte must always
be loaded as an int. This was not the case if the expression rhs was a char.

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