summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/macros/rtems/rtems/part.inl
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/rtems/macros/rtems/rtems/part.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/rtems/macros/rtems/rtems/part.inl b/cpukit/rtems/macros/rtems/rtems/part.inl
index a715f4b841..0aab6545c1 100644
--- a/cpukit/rtems/macros/rtems/rtems/part.inl
+++ b/cpukit/rtems/macros/rtems/rtems/part.inl
@@ -41,7 +41,7 @@
*/
#define _Partition_Is_buffer_on_boundary( _the_buffer, _the_partition ) \
- ((((unsigned32) _Addresses_Subtract( \
+ ((((uint32_t ) _Addresses_Subtract( \
(_the_buffer), \
(_the_partition)->starting_address ) \
) % \