mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-23 07:04:45 +08:00
score: Add RTEMS_FATAL_SOURCE_BSP
Merge RTEMS_FATAL_SOURCE_BSP_GENERIC and RTEMS_FATAL_SOURCE_BSP_SPECIFIC into new fatal source RTEMS_FATAL_SOURCE_BSP. This makes it easier to figure out the code position given a fatal source and code.
This commit is contained in:
@@ -33,8 +33,7 @@ static const char *const fatal_source_text[] = {
|
||||
"RTEMS_FATAL_SOURCE_BDBUF",
|
||||
"RTEMS_FATAL_SOURCE_APPLICATION",
|
||||
"RTEMS_FATAL_SOURCE_EXIT",
|
||||
"RTEMS_FATAL_SOURCE_BSP_GENERIC",
|
||||
"RTEMS_FATAL_SOURCE_BSP_SPECIFIC",
|
||||
"RTEMS_FATAL_SOURCE_BSP",
|
||||
"RTEMS_FATAL_SOURCE_ASSERT",
|
||||
"RTEMS_FATAL_SOURCE_STACK_CHECKER",
|
||||
"RTEMS_FATAL_SOURCE_EXCEPTION"
|
||||
|
||||
Reference in New Issue
Block a user