mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-14 04:50:09 +02:00
+ set default stack sizes for win16
git-svn-id: trunk@31550 -
This commit is contained in:
parent
58465396db
commit
dbd7c05bef
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user