Commit 85aa199ad7755880060d0481dc1c762c372a1799
1 parent
12a4b2aa
Revert last change, this workaround is long obsolete.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2891 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
linux-user/syscall.c
... | ... | @@ -953,7 +953,7 @@ static long do_recvfrom(int fd, target_ulong msg, size_t len, int flags, |
953 | 953 | return ret; |
954 | 954 | } |
955 | 955 | |
956 | -static long do_socketcall(int num, target_phys_addr_t vptr) | |
956 | +static long do_socketcall(int num, target_ulong vptr) | |
957 | 957 | { |
958 | 958 | long ret; |
959 | 959 | const int n = sizeof(target_ulong); | ... | ... |