From 7c1fcff32f79ec8b6c4f2270709a0bae70d04d85 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 25 Jun 2013 14:59:45 +0200 Subject: sptests/sp59: Change allocation size This avoids problems with debugging enabled. --- testsuites/sptests/sp59/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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( -- cgit v1.2.3