Commit 4f101ad7ff41d1b5f21c4042040c9be7b7817ca0

Authored by bellard
1 parent c1db2eb8

64 bit fix


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@211 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
@@ -77,7 +77,7 @@ @@ -77,7 +77,7 @@
77 #endif 77 #endif
78 78
79 #define TARGET_LONG_SIZE (TARGET_LONG_BITS / 8) 79 #define TARGET_LONG_SIZE (TARGET_LONG_BITS / 8)
80 -#define HOST_LONG_SIZE (TARGET_LONG_BITS / 8) 80 +#define HOST_LONG_SIZE (HOST_LONG_BITS / 8)
81 81
82 static inline uint16_t bswap16(uint16_t x) 82 static inline uint16_t bswap16(uint16_t x)
83 { 83 {