1
0
mirror of https://github.com/cc65/cc65.git synced 2025-03-16 19:30:30 +00:00
Greg King 8f0ea644dd Fixed a pointer-difference, comparison-with-zero expression.
Some GCC C compilers can't subtract higher pointers from lower pointers properly, when those pointers must be scaled (because they point to objects that are wider than a char). The scaling is done as unsigned which makes the difference positive instead of negative.

So, a broken expression was changed into a direct comparison between the two pointers.
2017-03-01 06:52:43 -05:00
..
2014-11-24 20:35:35 +01:00
2014-11-24 20:35:35 +01:00