mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-16 08:06:11 +02:00
* 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:
parent
b219fa9023
commit
5d9ddf99d4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user