From a0c7aa555562ec4248882e808abe91996f248cc2 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 14 Nov 2012 14:54:09 +0100 Subject: score: Add RTEMS_FATAL_SOURCE_ASSERT --- 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 b316fbfd9f..20efcb3e0b 100644 --- a/cpukit/score/include/rtems/score/interr.h +++ b/cpukit/score/include/rtems/score/interr.h @@ -83,6 +83,13 @@ typedef enum { */ RTEMS_FATAL_SOURCE_BSP_SPECIFIC, + /** + * @brief Fatal source of assert(). + * + * The fatal code is the pointer value of the function string. + */ + RTEMS_FATAL_SOURCE_ASSERT, + /** * @brief The last available fatal source. * -- cgit v1.2.3