At the request of Gumby, the cpu is now halted rather than spinning

on a fatal exception.
This commit is contained in:
Joel Sherrill
1999-05-28 16:08:18 +00:00
parent bb5d6ecf80
commit 8f3c1d20d1
2 changed files with 2 additions and 2 deletions

View File

@@ -119,7 +119,7 @@ void _defaultExcHandler (CPU_Exception_frame *ctx)
* because the eip points to the faulty instruction so...
*/
printk("Exception while executing ISR!!!. System locked\n");
while(1);
_CPU_Fatal_halt(faultAddr);
}
else {
/*