* fix overflow in the asmlist array

git-svn-id: trunk@903 -
This commit is contained in:
peter 2005-08-18 05:28:16 +00:00
parent 9868554dee
commit c470097764

View File

@ -42,7 +42,7 @@ interface
const
{ maximum of aasmoutput lists there will be }
maxoutputlists = 10;
maxoutputlists = 20;
{ buffer size for writing the .s file }
AsmOutSize=32768;