2
0
Эх сурвалжийг харах

* 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 жил өмнө
parent
commit
48c5d9d213
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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;