mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 02:08:18 +02:00
* correct Dwarf-4 line info header as noted by Martin on the mailing list
This commit is contained in:
parent
ee9c54d51a
commit
b313a66a47
@ -3048,6 +3048,10 @@ implementation
|
||||
{ minimum_instruction_length }
|
||||
linelist.concat(tai_const.create_8bit(1));
|
||||
|
||||
{ maximum ops per instruction }
|
||||
if dwarf_version>=4 then
|
||||
linelist.concat(tai_const.create_8bit(1));
|
||||
|
||||
{ default_is_stmt }
|
||||
linelist.concat(tai_const.create_8bit(1));
|
||||
|
||||
@ -3142,8 +3146,6 @@ implementation
|
||||
|
||||
|
||||
procedure TDebugInfoDwarf.inserttypeinfo;
|
||||
|
||||
|
||||
var
|
||||
storefilepos : tfileposinfo;
|
||||
lenstartlabel,arangestartlabel: tasmlabel;
|
||||
|
Loading…
Reference in New Issue
Block a user