Browse Source

* corrected first_param_offset for darwin

Jonas Maebe 21 years ago
parent
commit
f121f1f7ec
1 changed files with 5 additions and 2 deletions
  1. 5 2
      compiler/systems/i_bsd.pas

+ 5 - 2
compiler/systems/i_bsd.pas

@@ -405,7 +405,7 @@ unit i_bsd;
                 recordalignmax  : 2;
                 maxCrecordalign : 4
               );
-            first_parm_offset : 8;
+            first_parm_offset : 24;
             heapsize    : 256*1024;
             stacksize   : 262144;
             DllScanSupported:false;
@@ -443,7 +443,10 @@ initialization
 end.
 {
   $Log$
-  Revision 1.8  2004-01-29 15:48:10  marco
+  Revision 1.9  2004-02-08 20:03:05  jonas
+    * corrected first_param_offset for darwin
+
+  Revision 1.8  2004/01/29 15:48:10  marco
    * fix added as comment till I can test (8 byte C alignment on netbsd/ppc)
 
   Revision 1.7  2004/01/21 20:53:51  marco