projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1db2eb
)
64 bit fix
author
bellard
<bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 5 Jun 2003 01:52:19 +0000
(
01:52
+0000)
committer
bellard
<bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 5 Jun 2003 01:52:19 +0000
(
01:52
+0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@211
c046a42c
-6fe2-441c-8c8c-
71466251a162
thunk.h
patch
|
blob
|
history
diff --git
a/thunk.h
b/thunk.h
index 97b441a0b4fa061985b9139bc72179a486d68e47..9a06847b68c7c420ca30e68b29f8fd1999c527a8 100644
(file)
--- a/
thunk.h
+++ b/
thunk.h
@@
-77,7
+77,7
@@
#endif
#define TARGET_LONG_SIZE (TARGET_LONG_BITS / 8)
-#define HOST_LONG_SIZE (
TARGE
T_LONG_BITS / 8)
+#define HOST_LONG_SIZE (
HOS
T_LONG_BITS / 8)
static inline uint16_t bswap16(uint16_t x)
{