From b8e1151eed8c2d5bf405856eef450d209b21ee82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A1roly=20Balogh?= Date: Sun, 9 Oct 2016 22:56:23 +0000 Subject: [PATCH] atari: add tf_requires_proper_alignment to the atari target git-svn-id: trunk@34703 - --- compiler/systems/i_atari.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/systems/i_atari.pas b/compiler/systems/i_atari.pas index fccd2a9d60..89e0eca252 100644 --- a/compiler/systems/i_atari.pas +++ b/compiler/systems/i_atari.pas @@ -34,7 +34,7 @@ unit i_atari; system : system_m68k_Atari; name : 'Atari ST/STE'; shortname : 'atari'; - flags : [tf_use_8_3]; + flags : [tf_use_8_3,tf_requires_proper_alignment]; cpu : cpu_m68k; unit_env : ''; extradefines : '';