mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
Fix do_socketcall argument, by Daniel Jacobowitz.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2887 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
29490584bf
commit
4020f27707
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue