mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 23:09:40 +02:00
* 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:
parent
f1727c58c3
commit
48c5d9d213
@ -740,7 +740,7 @@ end;
|
||||
type
|
||||
pobjectvmt=^tobjectvmt;
|
||||
tobjectvmt=record
|
||||
size,msize:ptruint;
|
||||
size,msize:sizeuint;
|
||||
parent:pointer;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user