diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-06-05 17:10:39 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-06-05 17:10:39 +0000 |
commit | b685369795f028535862cb3caddaf219c655db2a (patch) | |
tree | 5b9ee45e89d4e9a6adb28c98d9ac2c7deddf1cf5 /cpu-defs.h | |
parent | 3f1a88f450fecaf5955642cac074ca4b3a4c2aef (diff) |
added HOST_LONG_BITS in configure
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1457 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'cpu-defs.h')
-rw-r--r-- | cpu-defs.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cpu-defs.h b/cpu-defs.h index 042b1e88e8..c58d271391 100644 --- a/cpu-defs.h +++ b/cpu-defs.h @@ -29,12 +29,6 @@ #error TARGET_LONG_BITS must be defined before including this header #endif -#if defined(__alpha__) || defined (__ia64__) || defined(__x86_64__) -#define HOST_LONG_BITS 64 -#else -#define HOST_LONG_BITS 32 -#endif - #ifndef TARGET_PHYS_ADDR_BITS #if TARGET_LONG_BITS >= HOST_LONG_BITS #define TARGET_PHYS_ADDR_BITS TARGET_LONG_BITS |