projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2949058
)
Fix do_socketcall argument, by Daniel Jacobowitz.
author
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 28 May 2007 14:05:41 +0000
(14:05 +0000)
committer
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 28 May 2007 14:05:41 +0000
(14:05 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2887
c046a42c
-6fe2-441c-8c8c-
71466251a162
linux-user/syscall.c
patch
|
blob
|
history
diff --git
a/linux-user/syscall.c
b/linux-user/syscall.c
index abefe856bb0b4d14c0d26a82f1877bf9333dcce9..cf93997561c2468ad5532ff668656208995c5816 100644
(file)
--- a/
linux-user/syscall.c
+++ b/
linux-user/syscall.c
@@
-953,7
+953,7
@@
static long do_recvfrom(int fd, target_ulong msg, size_t len, int flags,
return ret;
}
-static long do_socketcall(int num, target_
ulong
vptr)
+static long do_socketcall(int num, target_
phys_addr_t
vptr)
{
long ret;
const int n = sizeof(target_ulong);