forked from Imagelibrary/rtems
basedefs.h: Add and use RTEMS_NO_RETURN
This commit is contained in:
@@ -223,7 +223,7 @@ void rtems_stack_checker_begin_extension(
|
||||
void Stack_check_report_blown_task(
|
||||
Thread_Control *running,
|
||||
bool pattern_ok
|
||||
) RTEMS_COMPILER_NO_RETURN_ATTRIBUTE;
|
||||
) RTEMS_NO_RETURN;
|
||||
|
||||
void Stack_check_report_blown_task(Thread_Control *running, bool pattern_ok)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user