diff options
Diffstat (limited to 'src/rt/rust_task.cpp')
| -rw-r--r-- | src/rt/rust_task.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rt/rust_task.cpp b/src/rt/rust_task.cpp index 4612a4858d8..150ef1a18c1 100644 --- a/src/rt/rust_task.cpp +++ b/src/rt/rust_task.cpp @@ -233,6 +233,7 @@ rust_task::rust_task(rust_task_thread *thread, rust_task_list *state, ref_count(1), stk(NULL), runtime_sp(0), + sched(thread->sched), thread(thread), cache(NULL), kernel(thread->kernel), |
