use HALT instead of NOP8

This commit is contained in:
Stefan Lankes 2011-05-17 08:12:56 -07:00
parent 098546fe25
commit 7970899fd1

View file

@ -118,7 +118,7 @@ int mmu_init(void)
} else {
kputs("Unable to initialize the memory management subsystem\n");
while(1) {
NOP8;
HALT;
}
}