Forráskód Böngészése

* tdynarraytypedata.elSize changed from PtrUInt to SizeUInt; this fixes e.g.
setlength on dynarrays in the i8086 far data memory models

git-svn-id: trunk@28710 -

nickysn 11 éve
szülő
commit
a10c200090
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      rtl/inc/dynarr.inc

+ 1 - 1
rtl/inc/dynarr.inc

@@ -30,7 +30,7 @@ type
    packed
 {$endif FPC_REQUIRES_PROPER_ALIGNMENT}
    record
-     elSize : PtrUInt;
+     elSize : SizeUInt;
      elType2 : Pointer;
      varType : Longint;
    end;