From e1fdf975acdcd33a52cdc5d1c746c6946c90394e Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 27 Jul 2022 10:03:16 +0200 Subject: psxconfig01: Increase region area This fixes a test failure on 64-bit systems with RTEMS_DEBUG enabled. --- testsuites/psxtests/psxconfig01/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/psxtests') diff --git a/testsuites/psxtests/psxconfig01/init.c b/testsuites/psxtests/psxconfig01/init.c index f1fcfe2b3b..3a0e5b3049 100644 --- a/testsuites/psxtests/psxconfig01/init.c +++ b/testsuites/psxtests/psxconfig01/init.c @@ -200,7 +200,7 @@ static rtems_task Init(rtems_task_argument argument); #include typedef struct RTEMS_ALIGNED(RTEMS_PARTITION_ALIGNMENT) { - uint64_t data [16]; + uint64_t data [32]; } area; #if CONFIGURE_MAXIMUM_PARTITIONS > 0 -- cgit v1.2.3