summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/src/threadmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/src/threadmp.c')
-rw-r--r--c/src/exec/score/src/threadmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/score/src/threadmp.c b/c/src/exec/score/src/threadmp.c
index 31f7e5ff62..ac45399c66 100644
--- a/c/src/exec/score/src/threadmp.c
+++ b/c/src/exec/score/src/threadmp.c
@@ -132,7 +132,7 @@ restart:
!_Chain_Is_tail( &_Thread_MP_Active_proxies, proxy_node ) ;
) {
- the_thread = _Addresses_Subtract_offset(
+ the_thread = (Thread_Control *) _Addresses_Subtract_offset(
proxy_node,
_Thread_MP_Proxy_Active_offset
);