瀏覽代碼

* fix overflow in the asmlist array

git-svn-id: trunk@903 -
peter 20 年之前
父節點
當前提交
c470097764
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/assemble.pas

+ 1 - 1
compiler/assemble.pas

@@ -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;