diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-04-29 21:10:09 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-04-29 21:10:09 +0000 |
commit | 0d3301964df6d36c72dfa95ba5ae5e3b789cd1f8 (patch) | |
tree | cbf681930f4cae73619ef1571a421d6ad2e9fa9d /thunk.h | |
parent | fe1e3ce3e97f08d9b18b3444831a69b4666eb6b5 (diff) |
ia64 support
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@115 c046a42c-6fe2-441c-8c8c-71466251a162
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 |