score: Introduce Thread_Entry_information

This avoids potential dead code in _Thread_Handler().  It gets rid of
the dangerous function pointer casts.

Update #2514.
This commit is contained in:
Sebastian Huber
2016-01-11 08:47:01 +01:00
parent 3d1becf925
commit ccd54344d9
36 changed files with 234 additions and 198 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ typedef struct {
* This element points to the BSP's optional idle task which may override
* the default one provided with RTEMS.
*/
Thread (*idle_task)( uintptr_t );
void *(*idle_task)( uintptr_t );
/**
* This field specifies the size of the IDLE task's stack. If less than or