Skip to content

Commit 4ad95cd

Browse files
committed
---
yaml --- r: 857 b: refs/heads/master c: 3b3cd55 h: refs/heads/master i: 855: e366645 v: v3
1 parent 89bc3a7 commit 4ad95cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 679dca854167cf3004f5d9f3d8a2e81921e5e2cc
2+
refs/heads/master: 3b3cd550d4320285e92880f3b3f2a37a22da1b3e

trunk/src/rt/test/rust_test_runtime.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ rust_task_test::worker::run() {
5454
kernel->create_domain(crate, "test");
5555
rust_dom *domain = handle->referent();
5656
domain->root_task->start(crate->get_exit_task_glue(),
57-
(uintptr_t)&task_entry, NULL, 0);
57+
(uintptr_t)&task_entry, (uintptr_t)NULL, 0);
5858
domain->start_main_loop();
5959
kernel->destroy_domain(domain);
6060
}

0 commit comments

Comments
 (0)