|
@@ -39,7 +39,7 @@ interface
|
|
{ maximum of aasmoutput lists there will be }
|
|
{ maximum of aasmoutput lists there will be }
|
|
maxoutputlists = 20;
|
|
maxoutputlists = 20;
|
|
{ buffer size for writing the .s file }
|
|
{ buffer size for writing the .s file }
|
|
- AsmOutSize=32768;
|
|
|
|
|
|
+ AsmOutSize=32768*4;
|
|
|
|
|
|
type
|
|
type
|
|
TAssembler=class(TAbstractAssembler)
|
|
TAssembler=class(TAbstractAssembler)
|