| ... | @@ -1810,6 +1810,7 @@ pub const DwarfInfo = struct { | ... | @@ -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 | while (update_tail) |tail| { | 1814 | while (update_tail) |tail| { |
| 1814 | @memcpy(tail.old_value, tail.new_value); | 1815 | @memcpy(tail.old_value, tail.new_value); |
| 1815 | update_tail = tail.prev; | 1816 | update_tail = tail.prev; |