From: nasm-bot f. C. G. <gor...@gm...> - 2017-03-25 22:12:30
|
Commit-ID: ee1fc45ee1672938ae1b8152d52883633182b3eb Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=ee1fc45ee1672938ae1b8152d52883633182b3eb Author: Cyrill Gorcunov <gor...@gm...> AuthorDate: Sat, 25 Mar 2017 13:53:29 +0300 Committer: Cyrill Gorcunov <gor...@gm...> CommitDate: Sat, 25 Mar 2017 22:15:04 +0300 dwarf: Update dwarf_line_number_extended Signed-off-by: Cyrill Gorcunov <gor...@gm...> --- output/dwarf.h | 1 + 1 file changed, 1 insertion(+) diff --git a/output/dwarf.h b/output/dwarf.h index 4d6ea1e..e672819 100644 --- a/output/dwarf.h +++ b/output/dwarf.h @@ -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 }; |