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:
Joel Sherrill
2008-10-02 21:03:44 +00:00
parent 1d7a927dc4
commit 12a0a52518
2 changed files with 6 additions and 1 deletions

View File

@@ -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

View File

@@ -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++ )