+ added the non-standard Open Watcom DWARF extension DW_LNE_set_segment extended

opcode constant; not emitted yet; will be needed on i8086

git-svn-id: trunk@39048 -
This commit is contained in:
nickysn 2018-05-20 12:25:03 +00:00
parent 60d49d696a
commit b048da4284

View File

@ -679,6 +679,9 @@ implementation
DW_LNE_end_sequence = $01;
DW_LNE_set_address = $02;
DW_LNE_define_file = $03;
{ DW_LNE_set_segment is a non-standard Open Watcom extension. It might
create conflicts with future versions of the DWARF standard. }
DW_LNE_set_segment = $04;
DW_LNE_lo_user = $80;
DW_LNE_hi_user = $ff;