mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-25 13:57:15 +00:00
score: Clarify code block
Do not use a chained assignment for code clarity. Close #4818.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user