diff options
Diffstat (limited to 'continue.h')
-rw-r--r-- | continue.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |