commit | 4020f27707e748a2da58de72461dc1befd6bc9c5 | [log] [tgz] |
---|---|---|
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | Mon May 28 14:05:41 2007 +0000 |
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | Mon May 28 14:05:41 2007 +0000 |
tree | ec022239e58aaf94eb9a84457cc091012e049749 | |
parent | 29490584bfcd365236de7292ce5c1881a80dd8b9 [diff] |
Fix do_socketcall argument, by Daniel Jacobowitz. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2887 c046a42c-6fe2-441c-8c8c-71466251a162
diff --git a/linux-user/syscall.c b/linux-user/syscall.c index abefe85..cf93997 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c
@@ -953,7 +953,7 @@ 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);