aboutsummaryrefslogtreecommitdiffstats
path: root/thunk.h
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-06-05 01:52:19 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-06-05 01:52:19 +0000
commit4f101ad7ff41d1b5f21c4042040c9be7b7817ca0 (patch)
treeaf0af29275873d0cd02e9e659f6e95137609a494 /thunk.h
parentc1db2eb8c3941ed498c7cd4b4baeff972c604a42 (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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/thunk.h b/thunk.h
index 97b441a0b..9a06847b6 100644
--- a/thunk.h
+++ b/thunk.h
@@ -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)
{