瀏覽代碼

* Enable safecall exception handling for arm-android.

git-svn-id: branches/targetandroid@23435 -
yury 12 年之前
父節點
當前提交
d05912cd8e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/systems/i_android.pas

+ 1 - 1
compiler/systems/i_android.pas

@@ -35,7 +35,7 @@ unit i_android;
             name         : 'Android for ARMEL';
             shortname    : 'Android';
             flags        : [tf_needs_symbol_size,tf_needs_symbol_type,tf_files_case_sensitive,
-                            tf_requires_proper_alignment,
+                            tf_requires_proper_alignment, tf_safecall_exceptions,
                             tf_smartlink_sections,tf_smartlink_library,tf_has_winlike_resources];
             cpu          : cpu_arm;
             unit_env     : 'ANDROIDUNITS';