X-Git-Url: https://repo.jachan.dev/qemu.git/blobdiff_plain/d38ea87ac54af64ef611de434d07c12dc0399216..9787339ebb6af5360c3b4759831ff4a54464b64d:/thread-pool.c diff --git a/thread-pool.c b/thread-pool.c index 03ba0b02a4..6fba913529 100644 --- a/thread-pool.c +++ b/thread-pool.c @@ -267,7 +267,7 @@ static void thread_pool_co_cb(void *opaque, int ret) ThreadPoolCo *co = opaque; co->ret = ret; - qemu_coroutine_enter(co->co, NULL); + qemu_coroutine_enter(co->co); } int coroutine_fn thread_pool_submit_co(ThreadPool *pool, ThreadPoolFunc *func,