Explorar o código

* increased *align_max to 8 bytes for darwin/i386 (needed for mmx/sse)

git-svn-id: trunk@4177 -
Jonas Maebe %!s(int64=19) %!d(string=hai) anos
pai
achega
ff4a00244f
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      compiler/systems/i_bsd.pas

+ 3 - 3
compiler/systems/i_bsd.pas

@@ -498,11 +498,11 @@ unit i_bsd;
                 loopalign       : 4;
                 jumpalign       : 0;
                 constalignmin   : 0;
-                constalignmax   : 4;
+                constalignmax   : 8;
                 varalignmin     : 0;
-                varalignmax     : 4;
+                varalignmax     : 16;
                 localalignmin   : 0;
-                localalignmax   : 4;
+                localalignmax   : 8;
                 recordalignmin  : 0;
                 recordalignmax  : 16;
                 maxCrecordalign : 16