Sfoglia il codice sorgente

Fix a bunch of alignment problems for arm-embedded, mostly armv6m which uses the generic Move and FIllChar routines.

git-svn-id: trunk@32070 -
Jeppe Johansen 9 anni fa
parent
commit
4c8fc04a24
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      compiler/systems/i_embed.pas

+ 1 - 1
compiler/systems/i_embed.pas

@@ -33,7 +33,7 @@ unit i_embed;
             system       : system_arm_embedded;
             name         : 'Embedded';
             shortname    : 'embedded';
-            flags        : [tf_needs_symbol_size,tf_files_case_sensitive,
+            flags        : [tf_needs_symbol_size,tf_files_case_sensitive,tf_requires_proper_alignment,
                             tf_smartlink_sections];
             cpu          : cpu_arm;
             unit_env     : '';