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/include/rtems/rtems/part.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/rtems/include/rtems') diff --git a/cpukit/rtems/include/rtems/rtems/part.h b/cpukit/rtems/include/rtems/rtems/part.h index 65493c8ce6..84245aa78b 100644 --- a/cpukit/rtems/include/rtems/rtems/part.h +++ b/cpukit/rtems/include/rtems/rtems/part.h @@ -66,7 +66,7 @@ typedef struct { /** This field is the physical starting address of the Partition. */ void *starting_address; /** This field is the size of the Partition in bytes. */ - uint32_t length; + intptr_t length; /** This field is the size of each buffer in bytes */ uint32_t buffer_size; /** This field is the attribute set provided at create time. */ -- cgit v1.2.3