summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/objectallocatebyindex.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/objectallocatebyindex.c')
-rw-r--r--cpukit/score/src/objectallocatebyindex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/src/objectallocatebyindex.c b/cpukit/score/src/objectallocatebyindex.c
index d3ca6423f1..713e3d3fa9 100644
--- a/cpukit/score/src/objectallocatebyindex.c
+++ b/cpukit/score/src/objectallocatebyindex.c
@@ -37,8 +37,8 @@
Objects_Control *_Objects_Allocate_by_index(
Objects_Information *information,
- uint32_t index,
- uint32_t sizeof_control
+ uint16_t index,
+ uint16_t sizeof_control
)
{
Objects_Control *the_object;