From 4d03577cb5d4286190bc761e0f19c185fe7b09db Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 31 Jul 2007 06:35:10 +0000 Subject: =?UTF-8?q?2007-07-31=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * score/inline/rtems/score/priority.inl: Use size_t instead of uint32_t for array index. --- cpukit/score/inline/rtems/score/priority.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/inline') diff --git a/cpukit/score/inline/rtems/score/priority.inl b/cpukit/score/inline/rtems/score/priority.inl index 1bc8ea5742..1a776d3419 100644 --- a/cpukit/score/inline/rtems/score/priority.inl +++ b/cpukit/score/inline/rtems/score/priority.inl @@ -32,7 +32,7 @@ RTEMS_INLINE_ROUTINE void _Priority_Handler_initialization( void ) { - uint32_t index; + size_t index; _Priority_Major_bit_map = 0; for ( index=0 ; index <16 ; index++ ) -- cgit v1.2.3