use HALT instead of NOP
This commit is contained in:
parent
1ff9c397a9
commit
c43efee104
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ static void NORETURN do_exit(int arg) {
|
|||
|
||||
kputs("Kernel panic: scheduler found no valid task\n");
|
||||
while(1) {
|
||||
NOP8;
|
||||
HALT;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue