authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-08-03 00:54:30-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-08-03 00:54:30-07:00
log4e023c6fa85c3263dbf388be5ef84dae7f1b0022
tree8429780aa34c6e930f93b9ccb104944ba0819e77
parenteccbb03063b5a491d923e41d7cb82c6e71534327

stage2: dwarf: fix standard opcode length of LNS_fixed_advance_pc


1 files changed, 1 insertions(+), 1 deletions(-)

src-self-hosted/link.zig+1-1
......@@ -1253,7 +1253,7 @@ pub const File = struct {
12531253 0, // `DW.LNS_negate_stmt`
12541254 0, // `DW.LNS_set_basic_block`
12551255 0, // `DW.LNS_const_add_pc`
1256 0, // `DW.LNS_fixed_advance_pc`
1256 1, // `DW.LNS_fixed_advance_pc`
12571257 0, // `DW.LNS_set_prologue_end`
12581258 0, // `DW.LNS_set_epilogue_begin`
12591259 1, // `DW.LNS_set_isa`