minor bug fix in sys_kill

This commit is contained in:
TXuian
2025-01-07 22:15:15 +08:00
parent fd95d9a7de
commit 42b17738ee
5 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -281,7 +281,7 @@ static struct Thread* _new_thread(struct MemSpace* pmemspace)
struct TaskLifecycleOperations task_lifecycle_ops = {
.new_thread = _new_thread,
.free_pcb = _free_thread,
.free_thread = _free_thread,
};
static void task_state_set_running(struct Thread* task)