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:
pierre 2016-01-07 17:33:36 +00:00
parent 80a7b909e4
commit de7a79f497

View File

@ -449,7 +449,7 @@ begin
Writeln (S);
end;
Var GlobalStartMem,StartMem : PtrInt;
Var GlobalStartMem,StartMem : SizeInt;
begin
GlobalStartMem:=0;