projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9af9eaa
)
64 bit fix
author
bellard
<bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 7 Apr 2003 21:35:13 +0000
(21:35 +0000)
committer
bellard
<bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 7 Apr 2003 21:35:13 +0000
(21:35 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@84
c046a42c
-6fe2-441c-8c8c-
71466251a162
thunk.c
patch
|
blob
|
history
diff --git
a/thunk.c
b/thunk.c
index c2fd44caeefaba3f323da4a4255ef8323e2188d3..f28a976cd759738848070c98f81b11f0f3380ab8 100644
(file)
--- a/
thunk.c
+++ b/
thunk.c
@@
-218,7
+218,7
@@
const argtype *thunk_convert(void *dst, const void *src,
case TYPE_LONG:
case TYPE_ULONG:
case TYPE_PTRVOID:
- if (t
arget_t
o_host) {
+ if (to_host) {
*(uint64_t *)dst = tswap32(*(uint32_t *)src);
} else {
*(uint32_t *)dst = tswap32(*(uint64_t *)src & 0xffffffff);