|
@@ -243,7 +243,7 @@ implementation
|
|
|
end;
|
|
|
until false;
|
|
|
{ a tempref is used when it is loaded from a withsymtable }
|
|
|
- if (hp.nodetype in [loadn,temprefn]) then
|
|
|
+ if (hp.nodetype in [calln,loadn,temprefn]) then
|
|
|
begin
|
|
|
hp:=ccallnode.create_procvar(nil,p1);
|
|
|
resulttypepass(hp);
|