mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 13:08:00 +02:00
Use small number for Blocks constant for i8086 CPU also
git-svn-id: trunk@33769 -
This commit is contained in:
parent
0a9bcf0369
commit
74b3481918
@ -8,7 +8,7 @@ uses
|
||||
erroru;
|
||||
|
||||
const
|
||||
{$ifdef cpusparc}
|
||||
{$if defined (cpusparc) or defined(cpui8086)}
|
||||
Blocks = 1000;
|
||||
{$else}
|
||||
Blocks = 10000;
|
||||
|
Loading…
Reference in New Issue
Block a user