* always add a generic dummy if it is a procsym

git-svn-id: trunk@47996 -
This commit is contained in:
svenbarth 2021-01-02 23:23:12 +00:00
parent d854d18bd9
commit 9179f9d43b

View File

@ -1790,8 +1790,7 @@ 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
else if sym.typ=procsym then
srsym:=sym
else
{ dummy symbol is already not so dummy anymore }