mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 14:09:17 +02:00
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:
parent
d2113f5ead
commit
8058f6b301
@ -9,7 +9,7 @@ uses
|
|||||||
Type
|
Type
|
||||||
PS=^String;
|
PS=^String;
|
||||||
var
|
var
|
||||||
mem : ptrint;
|
mem : sizeint;
|
||||||
|
|
||||||
|
|
||||||
procedure test;
|
procedure test;
|
||||||
|
Loading…
Reference in New Issue
Block a user