forked from Imagelibrary/rtems
The default exception handler uses the Save Program Status Register (SPSR), however, if _ARMV4_Exception_reserved_default() would get called, the state of this register is unpredictable. Replace potential calls to _ARMV4_Exception_reserved_default() with an undefined instruction.