mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 20:29:14 +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;
|
container:=owner;
|
||||||
while container.symtabletype=localsymtable do
|
while container.symtabletype=localsymtable do
|
||||||
begin
|
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;
|
container:=container.defowner.owner;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user