Revert "Fixed _CPU_Fatal_halt for Patmos"

This commit is contained in:
afpr
2014-07-03 16:29:33 +01:00
parent 6596ea561c
commit fcef9cb37f

View File

@@ -632,10 +632,7 @@ uint32_t *shadow_stack_base
#define _CPU_Fatal_halt( _error ) \
do { \
asm volatile ("mts $srb = $r0\n\t" \
"mts $sro = $r0\n\t" \
"ret\n\t" \
"nop\n\t nop\n\t nop\n\t" : :); \
asm volatile ("call __exit \n\t nop \n\t nop \n\t nop \n\t" : :); \
} while (1)
/* end of Fatal Error manager macros */