* 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 -
This commit is contained in:
nickysn 2014-04-28 15:19:11 +00:00
parent f1727c58c3
commit 48c5d9d213

View File

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