+ set default stack sizes for win16

git-svn-id: trunk@31550 -
This commit is contained in:
nickysn 2015-09-06 13:13:28 +00:00
parent 58465396db
commit dbd7c05bef

View File

@ -140,6 +140,16 @@ implementation
maxheapsize:=65520;
end;
end;
system_i8086_win16:
begin
if stacksize=0 then
begin
if init_settings.x86memorymodel in x86_far_data_models then
stacksize:=8192
else
stacksize:=5120;
end;
end;
{$endif i8086}
end;
end;