0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-09-22 10:43:39 -04:00

dwarf: Update dwarf_line_number_extended

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
Cyrill Gorcunov
2017-03-25 13:53:29 +03:00
parent de03b2b831
commit ee1fc45ee1

View File

@@ -544,6 +544,7 @@ enum dwarf_line_number_extended {
DW_LNE_end_sequence = 0x01,
DW_LNE_set_address = 0x02,
DW_LNE_define_file = 0x03,
DW_LNE_set_discriminator= 0x04,
DW_LNE_lo_user = 0x80,
DW_LNE_hi_user = 0xff
};