mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 13:59:29 +02:00
+ 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:
parent
60d49d696a
commit
b048da4284
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user