diff options
Diffstat (limited to 'cpu-common.h')
-rw-r--r-- | cpu-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu-common.h b/cpu-common.h index bb05300..ce0221b 100644 --- a/cpu-common.h +++ b/cpu-common.h @@ -3,7 +3,7 @@ /* CPU interfaces that are target indpendent. */ -#if defined(__arm__) || defined(__sparc__) || defined(__mips__) || defined(__hppa__) +#if defined(__arm__) || defined(__sparc__) || defined(__mips__) || defined(__hppa__) || defined(__ia64__) #define WORDS_ALIGNED #endif |