| author | |
| committer | |
| log | 1054e67f01e0f2eff1adf4982189ebba0a3696ab |
| tree | d067239e221d2fe25d4332212903f1e98e709572 |
| parent | 197d9a9eb3557b1feae7580a82ab60defc9e12a1 |
1 files changed, 1 insertions(+), 0 deletions(-)
lib/std/dwarf/call_frame.zig+1| ... | ... | @@ -452,6 +452,7 @@ pub const VirtualMachine = struct { |
| 452 | 452 | |
| 453 | 453 | /// Return a slice backed by the row's non-CFA columns |
| 454 | 454 | pub fn rowColumns(self: VirtualMachine, row: Row) []Column { |
| 455 | if (row.columns.len == 0) return &.{}; | |
| 455 | 456 | return self.columns.items[row.columns.start..][0..row.columns.len]; |
| 456 | 457 | } |
| 457 | 458 |