mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 13:49:17 +02:00
+ added generation of debugging infos of parast and localst for methods
git-svn-id: trunk@7038 -
This commit is contained in:
parent
4913e07019
commit
3473faab07
@ -125,6 +125,10 @@ implementation
|
||||
insertdef(TAsmList(arg),pd.returndef);
|
||||
if (po_virtualmethod in pd.procoptions) then
|
||||
insertdef(TAsmList(arg),pd._class);
|
||||
if assigned(pd.parast) then
|
||||
write_symtable_defs(TAsmList(arg),pd.parast);
|
||||
if assigned(pd.localst) then
|
||||
write_symtable_defs(TAsmList(arg),pd.localst);
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user