* use SizeInt instead of LongInt for the size fields of the VMT to match what the compiler generates for non-32-bit targets

git-svn-id: trunk@39727 -
This commit is contained in:
svenbarth 2018-09-10 20:57:04 +00:00
parent b219fa9023
commit 5d9ddf99d4

View File

@ -1013,7 +1013,7 @@ TYPE
PVMT=^VMT;
PPVMT=^PVMT;
VMT=RECORD
Size,NegSize:Longint;
Size,NegSize:SizeInt;
ParentLink:PPVMT;
END;
VAR SP:PPVMT; Q:PVMT;