OSDN Git Service

Revert last change, this workaround is long obsolete.
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 28 May 2007 20:07:13 +0000 (20:07 +0000)
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 28 May 2007 20:07:13 +0000 (20:07 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2891 c046a42c-6fe2-441c-8c8c-71466251a162

linux-user/syscall.c

index cf93997..abefe85 100644 (file)
@@ -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);