From a12f7e98f17cd4b710459b3763780c3f1cbcd8a7 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 14 Nov 2012 15:10:46 +0100 Subject: score: Add RTEMS_FATAL_SOURCE_STACK_CHECKER --- cpukit/score/include/rtems/score/interr.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cpukit/score/include/rtems/score/interr.h') diff --git a/cpukit/score/include/rtems/score/interr.h b/cpukit/score/include/rtems/score/interr.h index 20efcb3e0b..94306b59a5 100644 --- a/cpukit/score/include/rtems/score/interr.h +++ b/cpukit/score/include/rtems/score/interr.h @@ -90,6 +90,13 @@ typedef enum { */ RTEMS_FATAL_SOURCE_ASSERT, + /** + * @brief Fatal source of the stack checker. + * + * The fatal code is the object name of the executing task. + */ + RTEMS_FATAL_SOURCE_STACK_CHECKER, + /** * @brief The last available fatal source. * -- cgit v1.2.3