summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems/src/dpmem.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/rtems/src/dpmem.c')
-rw-r--r--c/src/exec/rtems/src/dpmem.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/c/src/exec/rtems/src/dpmem.c b/c/src/exec/rtems/src/dpmem.c
index ea2469f4c5..522c14866b 100644
--- a/c/src/exec/rtems/src/dpmem.c
+++ b/c/src/exec/rtems/src/dpmem.c
@@ -43,7 +43,8 @@ void _Dual_ported_memory_Manager_initialization(
maximum_ports,
sizeof( Dual_ported_memory_Control ),
FALSE,
- RTEMS_MAXIMUM_NAME_LENGTH
+ RTEMS_MAXIMUM_NAME_LENGTH,
+ FALSE
);
}