summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems/src/regionmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/rtems/src/regionmp.c')
-rw-r--r--c/src/exec/rtems/src/regionmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/rtems/src/regionmp.c b/c/src/exec/rtems/src/regionmp.c
index 57f307f826..8c2eb73985 100644
--- a/c/src/exec/rtems/src/regionmp.c
+++ b/c/src/exec/rtems/src/regionmp.c
@@ -105,7 +105,7 @@ rtems_status_code _Region_MP_Send_request_packet (
the_packet->size = size;
the_packet->option_set = option_set;
- return _MPCI_Send_request_packet(
+ return (rtems_status_code) _MPCI_Send_request_packet(
rtems_get_node( region_id ),
&the_packet->Prefix,
STATES_READY /* Not used */