From 68f36d144adfa1294f026bdf2d348c22365543fc Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Sun, 27 Jan 2013 14:02:50 +0100 Subject: score: Add and use rtems_assert_context --- cpukit/score/include/rtems/score/interr.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (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 2580c72253..a047ca6766 100644 --- a/cpukit/score/include/rtems/score/interr.h +++ b/cpukit/score/include/rtems/score/interr.h @@ -88,7 +88,9 @@ typedef enum { /** * @brief Fatal source of assert(). * - * The fatal code is the pointer value of the function string. + * The fatal code is the pointer value of the assert context. + * + * @see rtems_assert_context. */ RTEMS_FATAL_SOURCE_ASSERT, -- cgit v1.2.3