mirror of https://github.com/xemu-project/xemu.git
puller thread shold be joinable?
This commit is contained in:
parent
5a131570bb
commit
d098d7f86d
|
@ -4807,7 +4807,7 @@ static int nv2a_initfn(PCIDevice *dev)
|
|||
/* fire up puller */
|
||||
qemu_thread_create(&d->pfifo.puller_thread,
|
||||
pfifo_puller_thread,
|
||||
d, QEMU_THREAD_DETACHED);
|
||||
d, QEMU_THREAD_JOINABLE);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue