Browse Source

* Set stackalign field.

git-svn-id: branches/targetandroid@23406 -
yury 12 năm trước cách đây
mục cha
commit
281768b145
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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;
             first_parm_offset : 8;
             stacksize    : 8*1024*1024;
             stacksize    : 8*1024*1024;
+            stackalign   : 8;
             abi : abi_eabi
             abi : abi_eabi
           );
           );
 
 
@@ -153,6 +154,7 @@ unit i_android;
               );
               );
             first_parm_offset : 8;
             first_parm_offset : 8;
             stacksize    : 8*1024*1024;
             stacksize    : 8*1024*1024;
+            stackalign   : 4;
             abi : abi_default
             abi : abi_default
           );
           );