mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 09:47:52 +02:00
+ apped end of symbol in TDebugInfoDwarf.afterappenddef
git-svn-id: branches/wasm@48510 -
This commit is contained in:
parent
c073362928
commit
6f0a02a92d
@ -2248,6 +2248,9 @@ implementation
|
||||
var
|
||||
labsym : tasmsymbol;
|
||||
begin
|
||||
{ end of the symbol }
|
||||
labsym:=def_dwarf_lab(def);
|
||||
current_asmdata.asmlists[al_dwarf_info].concat(tai_symbol_end.Create(labsym));
|
||||
{ create a derived reference type for pass-by-reference parameters }
|
||||
{ (gdb doesn't support DW_AT_variable_parameter yet) }
|
||||
labsym:=def_dwarf_ref_lab(def);
|
||||
|
Loading…
Reference in New Issue
Block a user