From fc13c28a44b213eb8584d84d01303466505924e6 Mon Sep 17 00:00:00 2001 From: neil Date: Tue, 20 Dec 2016 17:02:44 +0000 Subject: [PATCH] Define AROS_SLOWSTACKFORMAT for m68k. Otherwise we run the risk of compiler optimisation breaking things. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@53083 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- arch/m68k-all/include/aros/cpu.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/arch/m68k-all/include/aros/cpu.h b/arch/m68k-all/include/aros/cpu.h index 027652de6a..82c0d83cdc 100644 --- a/arch/m68k-all/include/aros/cpu.h +++ b/arch/m68k-all/include/aros/cpu.h @@ -2,12 +2,12 @@ #define AROS_M68K_CPU_H /* - Copyright © 1995-2011, The AROS Development Team. All rights reserved. + Copyright © 1995-2016, The AROS Development Team. All rights reserved. $Id$ NOTE: This file must compile *without* any other header ! - Desc:CPU-specific definitions for Motorola m68k processors + Desc: CPU-specific definitions for Motorola m68k processors Lang: english */ @@ -25,6 +25,8 @@ #define AROS_DOUBLEALIGN 2 /* Alignment for double */ #define AROS_WORSTALIGN 4 /* Worst case alignment */ +#define AROS_SLOWSTACKFORMAT 1 + #define AROS_NOFPU 1 /* do we need a function attribute to get parameters on the stack? */ -- 2.11.4.GIT