summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/threadmp.c')
-rw-r--r--cpukit/score/src/threadmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/threadmp.c b/cpukit/score/src/threadmp.c
index 8cac0a99b9..5012aa8a5b 100644
--- a/cpukit/score/src/threadmp.c
+++ b/cpukit/score/src/threadmp.c
@@ -117,7 +117,7 @@ Thread_Control *_Thread_MP_Allocate_proxy (
*/
#define _Thread_MP_Proxy_Active_offset \
- ((uint32_t )&(((Thread_Proxy_control *)0))->Active)
+ ((uint32_t)&(((Thread_Proxy_control *)0))->Active)
Thread_Control *_Thread_MP_Find_proxy (
Objects_Id the_id