diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-06-05 01:52:19 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-06-05 01:52:19 +0000 |
commit | 4f101ad7ff41d1b5f21c4042040c9be7b7817ca0 (patch) | |
tree | af0af29275873d0cd02e9e659f6e95137609a494 /thunk.h | |
parent | c1db2eb8c3941ed498c7cd4b4baeff972c604a42 (diff) |
64 bit fix
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@211 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'thunk.h')
-rw-r--r-- | thunk.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ #endif #define TARGET_LONG_SIZE (TARGET_LONG_BITS / 8) -#define HOST_LONG_SIZE (TARGET_LONG_BITS / 8) +#define HOST_LONG_SIZE (HOST_LONG_BITS / 8) static inline uint16_t bswap16(uint16_t x) { |