use HALT instead of NOP8
This commit is contained in:
parent
098546fe25
commit
7970899fd1
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ int mmu_init(void)
|
|||
} else {
|
||||
kputs("Unable to initialize the memory management subsystem\n");
|
||||
while(1) {
|
||||
NOP8;
|
||||
HALT;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue