|
@@ -3775,7 +3775,8 @@ implementation
|
|
|
|
|
|
procedure Ttypeconvnode.mark_write;
|
|
procedure Ttypeconvnode.mark_write;
|
|
begin
|
|
begin
|
|
- left.mark_write;
|
|
|
|
|
|
+ if not(convtype=tc_pointer_2_array) then
|
|
|
|
+ left.mark_write;
|
|
end;
|
|
end;
|
|
|
|
|
|
function ttypeconvnode.first_cord_to_pointer : tnode;
|
|
function ttypeconvnode.first_cord_to_pointer : tnode;
|