* fixed mangled names for nested procedures on the JVM platform after r32153

git-svn-id: trunk@33156 -
This commit is contained in:
Jonas Maebe 2016-03-05 15:31:51 +00:00
parent 0a763a9a83
commit 74eb0de460

View File

@ -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;