mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 07:40:27 +02:00
* 2mb again for go32v2/v1
This commit is contained in:
parent
5e1b4ebfa9
commit
f236eae910
@ -929,7 +929,7 @@ implementation
|
||||
assemsrc : as_i386_as;
|
||||
ar : ar_i386_ar;
|
||||
res : res_none;
|
||||
heapsize : 256*1024;
|
||||
heapsize : 2048*1024;
|
||||
maxheapsize : 32768*1024;
|
||||
stacksize : 16384
|
||||
),
|
||||
@ -954,7 +954,7 @@ implementation
|
||||
assemsrc : as_i386_as;
|
||||
ar : ar_i386_ar;
|
||||
res : res_none;
|
||||
heapsize : 256*1024;
|
||||
heapsize : 2048*1024;
|
||||
maxheapsize : 32768*1024;
|
||||
stacksize : 16384
|
||||
),
|
||||
@ -1500,7 +1500,10 @@ begin
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.81 1999-06-02 20:46:39 peter
|
||||
Revision 1.82 1999-06-08 11:50:28 peter
|
||||
* 2mb again for go32v2/v1
|
||||
|
||||
Revision 1.81 1999/06/02 20:46:39 peter
|
||||
* fixed os2 bindcmd which was double
|
||||
|
||||
Revision 1.80 1999/06/02 14:20:31 hajny
|
||||
|
Loading…
Reference in New Issue
Block a user