提交 4020f277 编写于 作者: T ths

Fix do_socketcall argument, by Daniel Jacobowitz.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2887 c046a42c-6fe2-441c-8c8c-71466251a162
上级 29490584
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册