From 43776b57f6cbac99cbbbf75f22daea60724b829a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 5 May 2009 21:17:28 +0000 Subject: 2009-05-05 Joel Sherrill * rtems/include/rtems/rtems/part.h, rtems/inline/rtems/rtems/region.inl: Fix warnings. --- cpukit/rtems/inline/rtems/rtems/region.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/rtems/inline') diff --git a/cpukit/rtems/inline/rtems/rtems/region.inl b/cpukit/rtems/inline/rtems/rtems/region.inl index 18380e2862..be651dc10a 100644 --- a/cpukit/rtems/inline/rtems/rtems/region.inl +++ b/cpukit/rtems/inline/rtems/rtems/region.inl @@ -78,7 +78,7 @@ RTEMS_INLINE_ROUTINE Region_Control *_Region_Get ( */ RTEMS_INLINE_ROUTINE void *_Region_Allocate_segment ( Region_Control *the_region, - uint32_t size + intptr_t size ) { return _Heap_Allocate( &the_region->Memory, size ); -- cgit v1.2.3