* encode extended in a dynamic array the same as in regular arrays and

records: as an array of 10 bytes. We handle indexing dynamic arrays
    the same as indexing other arrays, and hence that code expects extended
    to be encoded the same way.

git-svn-id: trunk@34116 -
This commit is contained in:
Jonas Maebe 2016-07-14 15:17:27 +00:00
parent a821c47252
commit cdfe299f23

View File

@ -459,7 +459,7 @@ implementation
end
else if is_dynamic_array(def) then
begin
llvmaddencodedtype_intern(tarraydef(def).elementdef,[],encodedstr);
llvmaddencodedtype_intern(tarraydef(def).elementdef,[lef_inaggregate],encodedstr);
encodedstr:=encodedstr+'*';
end
else if is_packed_array(def) and