diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2024-06-30 20:02:05 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2024-06-30 20:02:05 +0200 |
commit | c9aac994d65f7bcc3659e3219d6729a24c803fcf (patch) | |
tree | 392bee74d0652cac2c3677da3268bedc14791293 /config.h | |
parent | 67edb6d3e91421bc50fd51baa1f4ce214efb98c7 (diff) |
New upstream version 3.6upstream/3.6upstream
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ #endif /* Use memory alignment workaround or not */ -#ifdef __ia64__ +#if defined(__ia64__) || defined(__arm__) #define ALIGNMENT_WORKAROUND #endif |