mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-01 23:09:32 +01:00
* also use typename in rtti label for staticsymtable
git-svn-id: trunk@5291 -
This commit is contained in:
parent
0557ddc342
commit
e96b5f0152
@ -923,7 +923,7 @@ implementation
|
||||
else
|
||||
prefix:='INIT';
|
||||
if assigned(typesym) and
|
||||
(owner.symtabletype=globalsymtable) then
|
||||
(owner.symtabletype in [staticsymtable,globalsymtable]) then
|
||||
result:=make_mangledname(prefix,owner,typesym.name)
|
||||
else
|
||||
result:=make_mangledname(prefix,findunitsymtable(owner),'DEF'+tostr(DefId))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user