mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 01:29:28 +02:00
* ensure that hmodule is initialized correctly
This commit is contained in:
parent
e050a019a2
commit
f0e31628ad
@ -1708,6 +1708,7 @@ uses
|
||||
result:=nil;
|
||||
|
||||
pd:=nil;
|
||||
hmodule:=nil;
|
||||
|
||||
if not check_generic_constraints(genericdef,context.paramlist,context.poslist) then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user