mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 12:59:24 +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
|
||||
PS=^String;
|
||||
var
|
||||
mem : ptrint;
|
||||
mem : sizeint;
|
||||
|
||||
|
||||
procedure test;
|
||||
|
Loading…
Reference in New Issue
Block a user