Browse Source

* set the maximum alignment values for constants and variables to 64 on aarch64-linux

florian 2 years ago
parent
commit
a91e547832
1 changed files with 2 additions and 2 deletions
  1. 2 2
      compiler/systems/i_linux.pas

+ 2 - 2
compiler/systems/i_linux.pas

@@ -948,9 +948,9 @@ unit i_linux;
                 constalignmin   : 0;
                 constalignmax   : 16;
                 varalignmin     : 0;
-                varalignmax     : 16;
+                varalignmax     : 64;
                 localalignmin   : 4;
-                localalignmax   : 16;
+                localalignmax   : 64;
                 recordalignmin  : 0;
                 recordalignmax  : 16;
                 maxCrecordalign : 16