|
@@ -573,7 +573,7 @@ implementation
|
|
else
|
|
else
|
|
begin
|
|
begin
|
|
hp:=left;
|
|
hp:=left;
|
|
- while assigned(hp) and (hp.nodetype in [typeconvn,vecn,derefn,subscriptn]) do
|
|
|
|
|
|
+ while assigned(hp) and (hp.nodetype in [typeconvn,derefn,subscriptn]) do
|
|
hp:=tunarynode(hp).left;
|
|
hp:=tunarynode(hp).left;
|
|
if not assigned(hp) then
|
|
if not assigned(hp) then
|
|
internalerror(200412042);
|
|
internalerror(200412042);
|