Преглед изворни кода

* 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
        { maximum of aasmoutput lists there will be }
-       maxoutputlists = 10;
+       maxoutputlists = 20;
        { buffer size for writing the .s file }
        AsmOutSize=32768;