Use SizeInt type for DoMem variable argument, as it might be different from PtrInt, for instance for some msdos memory models

git-svn-id: trunk@34022 -
This commit is contained in:
pierre 2016-06-28 16:13:24 +00:00
parent d2113f5ead
commit 8058f6b301

View File

@ -9,7 +9,7 @@ uses
Type
PS=^String;
var
mem : ptrint;
mem : sizeint;
procedure test;