summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/objectallocate.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/objectallocate.c')
-rw-r--r--cpukit/score/src/objectallocate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/objectallocate.c b/cpukit/score/src/objectallocate.c
index 0d394df856..2bac4d3378 100644
--- a/cpukit/score/src/objectallocate.c
+++ b/cpukit/score/src/objectallocate.c
@@ -53,7 +53,7 @@ Objects_Control *_Objects_Allocate(
}
if ( the_object ) {
- unsigned32 block;
+ uint32_t block;
block = _Objects_Get_index( the_object->id ) -
_Objects_Get_index( information->minimum_id );