From c7d035ae1a729232579a0fe41ed5affa131d3623 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 20 Feb 2017 00:05:27 -0800 Subject: Import Upstream version 5d9 --- continue.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'continue.h') diff --git a/continue.h b/continue.h index 42a5ff5..040b4b5 100644 --- a/continue.h +++ b/continue.h @@ -98,7 +98,10 @@ # endif #endif #ifdef MSDOS -# define SHORT_ALIGN +# ifndef _M_ARM +/* arm processors need DWORD aligned data access */ +# define SHORT_ALIGN +# endif #endif #ifdef atarist # define SHORT_ALIGN -- cgit v1.2.3