stage2: dwarf: fix standard opcode length of LNS_fixed_advance_pc

master
Andrew Kelley 2020-08-03 00:54:30 -07:00
parent eccbb03063
commit 4e023c6fa8
1 changed files with 1 additions and 1 deletions

View File

@ -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`