mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 15:00:27 +02:00
pastojs: delay RTTI init of dynamic and static array specializations
git-svn-id: trunk@46750 -
This commit is contained in:
parent
05edd719d5
commit
545ee82ec4
@ -16770,6 +16770,8 @@ begin
|
||||
end
|
||||
else if (C=TPasArrayType) then
|
||||
begin
|
||||
if not HasTypeInfo(El,AContext) then
|
||||
exit; // no RTTI needed
|
||||
// pas.unitname.$rtti.TArr.eltype=$mod.$rtti.TBird;
|
||||
aResolver:=AContext.Resolver;
|
||||
Arr:=TPasArrayType(El);
|
||||
|
Loading…
Reference in New Issue
Block a user