diff options
Diffstat (limited to 'src/rt/rust_task.cpp')
| -rw-r--r-- | src/rt/rust_task.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rt/rust_task.cpp b/src/rt/rust_task.cpp index c877d5e9941..b8269554237 100644 --- a/src/rt/rust_task.cpp +++ b/src/rt/rust_task.cpp @@ -75,7 +75,8 @@ rust_task::rust_task(rust_scheduler *sched, rust_task_list *state, local_region(&sched->srv->local_region), _on_wakeup(NULL), failed(false), - propagate_failure(true) + propagate_failure(true), + dynastack(this) { LOGPTR(sched, "new task", (uintptr_t)this); DLOG(sched, task, "sizeof(task) = %d (0x%x)", sizeof *this, sizeof *this); |
