mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Backtracing] Fix compact image map decoding bug.
If we ended up with a `/` at the beginning of a string segment, we were erroneously not adding to the expansion dictionary when we should have been. rdar://124913332
This commit is contained in:
@@ -33,7 +33,7 @@ public struct ImageMap: Collection, Sendable, Hashable {
|
||||
|
||||
/// Tells us what size of machine words were used when capturing the
|
||||
/// image map.
|
||||
enum WordSize {
|
||||
enum WordSize: Sendable {
|
||||
case sixteenBit
|
||||
case thirtyTwoBit
|
||||
case sixtyFourBit
|
||||
|
||||
Reference in New Issue
Block a user