diff options
Diffstat (limited to 'thunk.h')
-rw-r--r-- | thunk.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ #define TARGET_LONG_BITS 32 -#if defined(__alpha__) +#if defined(__alpha__) || defined (__ia64__) #define HOST_LONG_BITS 64 #else #define HOST_LONG_BITS 32 |