|
@@ -89,7 +89,7 @@ unit i_morph;
|
|
stacksize : 262144;
|
|
stacksize : 262144;
|
|
DllScanSupported:false;
|
|
DllScanSupported:false;
|
|
use_function_relative_addresses : true;
|
|
use_function_relative_addresses : true;
|
|
- abi : abi_powerpc_aix
|
|
|
|
|
|
+ abi : abi_powerpc_sysv;
|
|
);
|
|
);
|
|
|
|
|
|
implementation
|
|
implementation
|
|
@@ -103,7 +103,10 @@ initialization
|
|
end.
|
|
end.
|
|
{
|
|
{
|
|
$Log$
|
|
$Log$
|
|
- Revision 1.2 2004-03-15 07:26:44 karoly
|
|
|
|
|
|
+ Revision 1.3 2004-04-08 00:03:51 karoly
|
|
|
|
+ * mos uses sysv abi, not aix
|
|
|
|
+
|
|
|
|
+ Revision 1.2 2004/03/15 07:26:44 karoly
|
|
* added abi field into TSystemInfo to fix IE
|
|
* added abi field into TSystemInfo to fix IE
|
|
|
|
|
|
Revision 1.1 2004/02/13 05:46:26 karoly
|
|
Revision 1.1 2004/02/13 05:46:26 karoly
|