| ... | @@ -1638,7 +1638,7 @@ pub const DwarfInfo = struct { | ... | @@ -1638,7 +1638,7 @@ pub const DwarfInfo = struct { |
| 1638 | } | 1638 | } |
| 1639 | } | 1639 | } |
| 1640 | | 1640 | |
| 1641 | std.mem.sort(FrameDescriptionEntry, di.fde_list.items, {}, struct { | 1641 | std.mem.sortUnstable(FrameDescriptionEntry, di.fde_list.items, {}, struct { |
| 1642 | fn lessThan(ctx: void, a: FrameDescriptionEntry, b: FrameDescriptionEntry) bool { | 1642 | fn lessThan(ctx: void, a: FrameDescriptionEntry, b: FrameDescriptionEntry) bool { |
| 1643 | _ = ctx; | 1643 | _ = ctx; |
| 1644 | return a.pc_begin < b.pc_begin; | 1644 | return a.pc_begin < b.pc_begin; |