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 1cf9b275427..4aed9a5e061 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; } - assert(scheduled_task->running()); + scheduled_task->assert_is_running(); DLOG(this, task, "activating task %s 0x%" PRIxPTR |
