From 3859cd63afb4cb5f76d125e80f968497478d553f Mon Sep 17 00:00:00 2001 From: "sebastian.huber" Date: Fri, 25 Oct 2019 13:19:01 +0000 Subject: rtems-5: Improve heap fatal error information Update #3806. --- cpukit/include/rtems/score/interr.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cpukit/include/rtems/score/interr.h') diff --git a/cpukit/include/rtems/score/interr.h b/cpukit/include/rtems/score/interr.h index 73b3b077e3..544ad7ab9e 100644 --- a/cpukit/include/rtems/score/interr.h +++ b/cpukit/include/rtems/score/interr.h @@ -139,6 +139,13 @@ typedef enum { */ RTEMS_FATAL_SOURCE_INVALID_HEAP_FREE = 12, + /** + * @brief Fatal source for heap errors. + * + * The fatal code is the address to a heap error context (Heap_Error_context). + */ + RTEMS_FATAL_SOURCE_HEAP = 13, + /** * @brief The last available fatal source. * -- cgit v1.2.3