1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-10 19:29:45 +00:00
Jesse Rosenstock 81550ca1ee CS_MergeLabels: Keep labels referenced by data
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.
2020-10-08 12:11:03 +02:00
..
2020-08-25 22:34:25 +08:00
2020-08-18 00:40:29 +02:00
2020-08-18 00:41:07 +02:00
2020-08-24 18:10:22 +02:00
2015-06-26 23:36:14 +02:00
2019-02-12 22:50:49 +01:00
2020-08-24 18:07:31 +02:00
2020-07-22 15:52:04 +02:00
2020-08-18 00:41:35 +02:00
2020-09-24 16:16:16 +02:00