* if the generic dummy symbol is a procsym (with procdefs added) then this is the symbol that should be resolved to

git-svn-id: trunk@39232 -
This commit is contained in:
svenbarth 2018-06-15 13:49:21 +00:00
parent 8423fd7632
commit 598ac21791

View File

@ -1533,6 +1533,9 @@ uses
if not searchsym_with_flags(sym.name,srsym,srsymtable,[ssf_no_addsymref]) then
srsym:=nil;
end
else if (sym.typ=procsym) and
(tprocsym(sym).procdeflist.count>0) then
srsym:=sym
else
{ dummy symbol is already not so dummy anymore }
srsym:=nil;