mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 18:19:54 +02:00
Use SizeInt type for GlobalStartMem and StartMem variables to avoid compilation error for msdos compact memory model
git-svn-id: trunk@32874 -
This commit is contained in:
parent
80a7b909e4
commit
de7a79f497
@ -449,7 +449,7 @@ begin
|
||||
Writeln (S);
|
||||
end;
|
||||
|
||||
Var GlobalStartMem,StartMem : PtrInt;
|
||||
Var GlobalStartMem,StartMem : SizeInt;
|
||||
|
||||
begin
|
||||
GlobalStartMem:=0;
|
||||
|
Loading…
Reference in New Issue
Block a user