mirror of
https://github.com/ish-app/ish.git
synced 2026-02-01 14:32:26 +00:00
Add logging on sched_yield
This commit is contained in:
parent
dca7617502
commit
c88d945fc4
@ -113,6 +113,7 @@ void task_start(struct task *task) {
|
||||
}
|
||||
|
||||
int_t sys_sched_yield() {
|
||||
STRACE("sched_yield()");
|
||||
sched_yield();
|
||||
return 0;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user