forked from Imagelibrary/rtems
2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/inline/rtems/score/priority.inl: Use simple integer as loop counter.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* score/inline/rtems/score/priority.inl: Use simple integer as loop
|
||||
counter.
|
||||
|
||||
2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* libmisc/monitor/mon-monitor.c, rtems/include/rtems/rtems/types.h: Do
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
|
||||
RTEMS_INLINE_ROUTINE void _Priority_Handler_initialization( void )
|
||||
{
|
||||
size_t index;
|
||||
int index;
|
||||
|
||||
_Priority_Major_bit_map = 0;
|
||||
for ( index=0 ; index <16 ; index++ )
|
||||
|
||||
Reference in New Issue
Block a user