summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-06-25 14:59:45 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-06-25 17:05:20 +0200
commit7c1fcff32f79ec8b6c4f2270709a0bae70d04d85 (patch)
treeb829b3e49f863ff83a205aaee465157dfbddc2ba
parentsptests/sp18: Simplify (diff)
downloadrtems-7c1fcff32f79ec8b6c4f2270709a0bae70d04d85.tar.bz2
sptests/sp59: Change allocation size
This avoids problems with debugging enabled.
-rw-r--r--testsuites/sptests/sp59/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/sp59/init.c b/testsuites/sptests/sp59/init.c
index d03c83630d..3ee19a6f4f 100644
--- a/testsuites/sptests/sp59/init.c
+++ b/testsuites/sptests/sp59/init.c
@@ -17,8 +17,8 @@
rtems_task Init(rtems_task_argument argument);
rtems_task Blocking_task(rtems_task_argument ignored);
-#define ALLOC_SIZE 400
uint8_t Region_Memory[512] CPU_STRUCTURE_ALIGNMENT;
+#define ALLOC_SIZE ( sizeof( Region_Memory ) / 2 )
rtems_id Region;
rtems_task Blocking_task(