mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 12:59:24 +02:00
* Don't use hardcoded value for maxoutputlists
git-svn-id: trunk@17734 -
This commit is contained in:
parent
4ebc34c5e7
commit
3eaf8df446
@ -37,7 +37,7 @@ interface
|
||||
|
||||
const
|
||||
{ maximum of aasmoutput lists there will be }
|
||||
maxoutputlists = 20;
|
||||
maxoutputlists = ord(high(tasmlisttype))+1;
|
||||
{ buffer size for writing the .s file }
|
||||
AsmOutSize=32768*4;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user