mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 21:32:19 +00:00
847982c6bf
Previously, bit-field tests were incorrectly combined with load in `if (x.bitfield)`. Delay the test until after the shift/mask is done. Still combine tests with load if no shift/mask is required. Fixes #1139 |
||
---|---|---|
.. | ||
bug170.c | ||
bug327.c | ||
bug927.c | ||
bug1095.c | ||
Makefile | ||
sprintf-test.c |