| author | |
| committer | |
| log | 5a625d5f3cb094242e6a310082c74f1b6461d606 |
| tree | 41c2500ad268a7059f5065ae8b88234463af5ce9 |
| parent | 15435597d9a0505b93c3b7ffd3f3f95be5fa31f0 |
partial fix for #365331 files changed, 1 insertions(+), 0 deletions(-)
lib/std/debug.zig+1| ... | ... | @@ -1100,6 +1100,7 @@ const StackIterator = union(enum) { |
| 1100 | 1100 | const ret_addr = di.unwindFrame(io, unwind_context) catch |err| { |
| 1101 | 1101 | const pc = unwind_context.pc; |
| 1102 | 1102 | const fp = unwind_context.getFp(); |
| 1103 | unwind_context.deinit(); | |
| 1103 | 1104 | it.* = .{ .fp = fp }; |
| 1104 | 1105 | return .{ .switch_to_fp = .{ |
| 1105 | 1106 | .address = pc, |