소스 검색

* 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';