Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed a debug include in the middle of the file
Browse files Browse the repository at this point in the history
FlareCoding committed Sep 11, 2024
1 parent 0f28785 commit ec163ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/src/sched/sched.cpp
Original file line number Diff line number Diff line change
@@ -183,7 +183,7 @@ bool destroyKernelTask(Task* task) {

return true;
}
#include <kprint.h>

void exitKernelThread() {
// Construct a fake PtRegs structure to switch to a new context
PtRegs regs;

0 comments on commit ec163ca

Please sign in to comment.