We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 679dca8 + 3b3cd55 commit 429964bCopy full SHA for 429964b
src/rt/test/rust_test_runtime.cpp
@@ -54,7 +54,7 @@ rust_task_test::worker::run() {
54
kernel->create_domain(crate, "test");
55
rust_dom *domain = handle->referent();
56
domain->root_task->start(crate->get_exit_task_glue(),
57
- (uintptr_t)&task_entry, NULL, 0);
+ (uintptr_t)&task_entry, (uintptr_t)NULL, 0);
58
domain->start_main_loop();
59
kernel->destroy_domain(domain);
60
}
0 commit comments