Explorar o código

atari: add tf_requires_proper_alignment to the atari target

git-svn-id: trunk@34703 -
Károly Balogh %!s(int64=8) %!d(string=hai) anos
pai
achega
b8e1151eed
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/systems/i_atari.pas

+ 1 - 1
compiler/systems/i_atari.pas

@@ -34,7 +34,7 @@ unit i_atari;
             system       : system_m68k_Atari;
             system       : system_m68k_Atari;
             name         : 'Atari ST/STE';
             name         : 'Atari ST/STE';
             shortname    : 'atari';
             shortname    : 'atari';
-            flags        : [tf_use_8_3];
+            flags        : [tf_use_8_3,tf_requires_proper_alignment];
             cpu          : cpu_m68k;
             cpu          : cpu_m68k;
             unit_env     : '';
             unit_env     : '';
             extradefines : '';
             extradefines : '';