mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 08:49:38 +02:00
* fixed mangled names for nested procedures on the JVM platform after r32153
git-svn-id: trunk@33156 -
This commit is contained in:
parent
0a763a9a83
commit
74eb0de460
@ -677,7 +677,7 @@ implementation
|
||||
container:=owner;
|
||||
while container.symtabletype=localsymtable do
|
||||
begin
|
||||
tmpresult:='$'+tprocdef(owner.defowner).procsym.realname+'$'+tostr(tprocdef(owner.defowner).procsym.symid)+'$'+tmpresult;
|
||||
tmpresult:='$'+tprocdef(owner.defowner).procsym.realname+'$$'+tprocdef(owner.defowner).unique_id_str+'$'+tmpresult;
|
||||
container:=container.defowner.owner;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user