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