mirror of
https://github.com/t-crest/rtems.git
synced 2025-11-16 12:34:47 +00:00
Revert "Fixed _CPU_Fatal_halt for Patmos"
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user