Rename is_internal to always_set_to_false

Update #2825.
This commit is contained in:
Sebastian Huber
2016-12-09 10:49:49 +01:00
parent b6606e8d99
commit 6a9282d9bb
44 changed files with 75 additions and 71 deletions

View File

@@ -67,13 +67,13 @@ static void Init( rtems_task_argument arg )
static void fatal_extension(
rtems_fatal_source source,
bool is_internal,
bool always_set_to_false,
rtems_fatal_code code
)
{
if (
source == INTERNAL_ERROR_CORE
&& !is_internal
&& !always_set_to_false
&& code == INTERNAL_ERROR_THREAD_QUEUE_ENQUEUE_STICKY_FROM_BAD_STATE
) {
TEST_END();