From 48c5d9d2137283de922d7450db60a2da29b6f7d4 Mon Sep 17 00:00:00 2001 From: nickysn Date: Mon, 28 Apr 2014 15:19:11 +0000 Subject: [PATCH] * 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 - --- rtl/inc/generic.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtl/inc/generic.inc b/rtl/inc/generic.inc index d97a3cef5a..406a3e666f 100644 --- a/rtl/inc/generic.inc +++ b/rtl/inc/generic.inc @@ -740,7 +740,7 @@ end; type pobjectvmt=^tobjectvmt; tobjectvmt=record - size,msize:ptruint; + size,msize:sizeuint; parent:pointer; end;