score: Clarify code block

Do not use a chained assignment for code clarity.

Close #4818.
This commit is contained in:
Sebastian Huber
2023-01-23 14:17:01 +01:00
parent 4f274b6925
commit 9ecb73f368

View File

@@ -105,7 +105,7 @@ static void _Thread_Create_idle_for_CPU(
* WARNING!!! This is necessary to "kick" start the system and
* MUST be done before _Thread_Start is invoked.
*/
cpu->heir =
cpu->heir = idle;
cpu->executing = idle;
#if defined(RTEMS_SMP)
cpu->ancestor = idle;