From 4f101ad7ff41d1b5f21c4042040c9be7b7817ca0 Mon Sep 17 00:00:00 2001 From: bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> Date: Thu, 5 Jun 2003 01:52:19 +0000 Subject: [PATCH] 64 bit fix --- thunk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thunk.h b/thunk.h index 97b441a..9a06847 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) { -- libgit2 0.23.3