mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 10:49:09 +02:00
* fix overflow in the asmlist array
git-svn-id: trunk@903 -
This commit is contained in:
parent
9868554dee
commit
c470097764
@ -42,7 +42,7 @@ interface
|
|||||||
|
|
||||||
const
|
const
|
||||||
{ maximum of aasmoutput lists there will be }
|
{ maximum of aasmoutput lists there will be }
|
||||||
maxoutputlists = 10;
|
maxoutputlists = 20;
|
||||||
{ buffer size for writing the .s file }
|
{ buffer size for writing the .s file }
|
||||||
AsmOutSize=32768;
|
AsmOutSize=32768;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user