mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 20:09:18 +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;
|
tempst.free;
|
||||||
|
|
||||||
specialization_done(state);
|
specialization_done(state);
|
||||||
|
|
||||||
|
if not assigned(result.owner) then
|
||||||
|
result.changeowner(specializest);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
generictypelist.free;
|
generictypelist.free;
|
||||||
|
Loading…
Reference in New Issue
Block a user