Jelajahi Sumber

* tobjectvmt.size and .msize in the rtl changed to sizeuint, because ptruint is
not the correct size type in the VMT in i8086 far data memory models

git-svn-id: trunk@27685 -

nickysn 11 tahun lalu
induk
melakukan
48c5d9d213
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      rtl/inc/generic.inc

+ 1 - 1
rtl/inc/generic.inc

@@ -740,7 +740,7 @@ end;
 type
   pobjectvmt=^tobjectvmt;
   tobjectvmt=record
-    size,msize:ptruint;
+    size,msize:sizeuint;
     parent:pointer;
   end;