forked from Imagelibrary/rtems
At the request of Gumby, the cpu is now halted rather than spinning
on a fatal exception.
This commit is contained in:
@@ -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 {
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user