|
@@ -541,7 +541,6 @@ end;
|
|
|
heapsize : 256*1024;
|
|
|
stacksize : 262144;
|
|
|
DllScanSupported:false;
|
|
|
- use_bound_instruction : false;
|
|
|
use_function_relative_addresses : true
|
|
|
);
|
|
|
{$endif i386}
|
|
@@ -594,7 +593,6 @@ end;
|
|
|
heapsize : 128*1024;
|
|
|
stacksize : 32*1024*1024;
|
|
|
DllScanSupported:false;
|
|
|
- use_bound_instruction : false;
|
|
|
use_function_relative_addresses : true
|
|
|
);
|
|
|
{$endif m68k}
|
|
@@ -645,7 +643,6 @@ end;
|
|
|
heapsize : 256*1024;
|
|
|
stacksize : 32*1024*1024;
|
|
|
DllScanSupported:false;
|
|
|
- use_bound_instruction : false;
|
|
|
use_function_relative_addresses : true
|
|
|
);
|
|
|
{$endif powerpc}
|
|
@@ -699,7 +696,6 @@ end;
|
|
|
heapsize : 256*1024;
|
|
|
stacksize : 32*1024*1024;
|
|
|
DllScanSupported:false;
|
|
|
- use_bound_instruction : false;
|
|
|
use_function_relative_addresses : true
|
|
|
);
|
|
|
{$endif alpha}
|
|
@@ -733,7 +729,10 @@ initialization
|
|
|
end.
|
|
|
{
|
|
|
$Log$
|
|
|
- Revision 1.20 2002-04-20 21:43:18 carl
|
|
|
+ Revision 1.21 2002-04-22 18:19:22 carl
|
|
|
+ - remove use_bound_instruction field
|
|
|
+
|
|
|
+ Revision 1.20 2002/04/20 21:43:18 carl
|
|
|
* fix stack size for some targets
|
|
|
+ add offset to parameters from frame pointer info.
|
|
|
- remove some unused stuff
|