summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--thunk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/thunk.h b/thunk.h
index 97b441a0b4..9a06847b68 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)
 {