diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-05-28 20:07:13 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-05-28 20:07:13 +0000 |
commit | 85aa199ad7755880060d0481dc1c762c372a1799 (patch) | |
tree | 2068f89157dd0351a27050187129a0785d65c6e2 /linux-user | |
parent | 12a4b2aa1d1aa9626990748544a30fed5af35f54 (diff) |
Revert last change, this workaround is long obsolete.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2891 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'linux-user')
-rw-r--r-- | linux-user/syscall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-user/syscall.c b/linux-user/syscall.c index cf93997561..abefe856bb 100644 --- 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_phys_addr_t vptr) +static long do_socketcall(int num, target_ulong vptr) { long ret; const int n = sizeof(target_ulong); |