diff --git a/src-self-hosted/link.zig b/src-self-hosted/link.zig index 72e059743b34efbb0dc47a4ab16c48fa68e7869b..ed2b92e5d6f2b1adf30e17703ba60ec3ebbb6717 100644 --- a/src-self-hosted/link.zig +++ b/src-self-hosted/link.zig @@ -1253,7 +1253,7 @@ pub const File = struct { 0, // `DW.LNS_negate_stmt` 0, // `DW.LNS_set_basic_block` 0, // `DW.LNS_const_add_pc` - 0, // `DW.LNS_fixed_advance_pc` + 1, // `DW.LNS_fixed_advance_pc` 0, // `DW.LNS_set_prologue_end` 0, // `DW.LNS_set_epilogue_begin` 1, // `DW.LNS_set_isa`