mirror of
https://github.com/cc65/cc65.git
synced 2025-01-16 13:31:16 +00:00
81550ca1ee
Partial fix for ICE in #1211. This may fix enough to allow #1049 to be fixed. When merging labels, keep the first label with a ref that has no JumpTo; this is a data segment label, used by computed gotos. The real fix is to track and rewrite labels in data, but this is more involved.