Browse Source

* Set stackalign field.

git-svn-id: branches/targetandroid@23406 -
yury 12 years ago
parent
commit
281768b145
1 changed files with 2 additions and 0 deletions
  1. 2 0
      compiler/systems/i_android.pas

+ 2 - 0
compiler/systems/i_android.pas

@@ -89,6 +89,7 @@ unit i_android;
               );
             first_parm_offset : 8;
             stacksize    : 8*1024*1024;
+            stackalign   : 8;
             abi : abi_eabi
           );
 
@@ -153,6 +154,7 @@ unit i_android;
               );
             first_parm_offset : 8;
             stacksize    : 8*1024*1024;
+            stackalign   : 4;
             abi : abi_default
           );