diff options
Diffstat (limited to 'src/rt/rust_sched_loop.cpp')
| -rw-r--r-- | src/rt/rust_sched_loop.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust_sched_loop.cpp b/src/rt/rust_sched_loop.cpp index 4aed9a5e061..1cf9b275427 100644 --- a/src/rt/rust_sched_loop.cpp +++ b/src/rt/rust_sched_loop.cpp @@ -208,7 +208,7 @@ rust_sched_loop::run_single_turn() { return sched_loop_state_block; } - scheduled_task->assert_is_running(); + assert(scheduled_task->running()); DLOG(this, task, "activating task %s 0x%" PRIxPTR |
