| author | |
| committer | |
| log | 1a2bb70956df44e9c1dd2f06e1e98b4b7ff265d6 |
| tree | ec73dfce4c240b2d208e2b7b70b3fb7b48fe3988 |
| parent | 97bda56306622784b2f2e4f036d817bbe5f2025e |
1 files changed, 1 insertions(+), 0 deletions(-)
lib/std/dwarf.zig+1| ... | ... | @@ -1810,6 +1810,7 @@ pub const DwarfInfo = struct { |
| 1810 | 1810 | } |
| 1811 | 1811 | } |
| 1812 | 1812 | |
| 1813 | (try abi.regValueNative(usize, context.thread_context, abi.spRegNum(context.reg_context), context.reg_context)).* = context.cfa.?; | |
| 1813 | 1814 | while (update_tail) |tail| { |
| 1814 | 1815 | @memcpy(tail.old_value, tail.new_value); |
| 1815 | 1816 | update_tail = tail.prev; |