Commit 4e023c6fa8

Andrew Kelley <andrew@ziglang.org>
2020-08-03 09:54:30
stage2: dwarf: fix standard opcode length of LNS_fixed_advance_pc
1 parent eccbb03
Changed files (1)
src-self-hosted
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`