mirror of
https://github.com/cc65/cc65.git
synced 2025-01-13 09:31:53 +00:00
73261ea48f
This time, the expression compares the pointer directly, instead of comparing the pointer's target. The new expression avoids an array underrun.