mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 04:09:33 +02:00
pgenutil.pas, generate_specialization_phase2:
* ensure that the owner of the newly greated def is set to the symtable we specialize in (happens with generic routines) git-svn-id: trunk@33825 -
This commit is contained in:
parent
f8def6dbc9
commit
2f6a1c01ba
@ -1069,6 +1069,9 @@ uses
|
||||
tempst.free;
|
||||
|
||||
specialization_done(state);
|
||||
|
||||
if not assigned(result.owner) then
|
||||
result.changeowner(specializest);
|
||||
end;
|
||||
|
||||
generictypelist.free;
|
||||
|
Loading…
Reference in New Issue
Block a user