qemu_thread_join() takes only 1 arg
This commit is contained in:
@ -431,7 +431,7 @@ void qemu_thread_exit(struct uc_struct *uc, void *retval)
|
||||
pthread_exit(retval);
|
||||
}
|
||||
|
||||
void *qemu_thread_join(struct uc_struct *uc, QemuThread *thread)
|
||||
void *qemu_thread_join(QemuThread *thread)
|
||||
{
|
||||
int err;
|
||||
void *ret;
|
||||
|
Reference in New Issue
Block a user