[rtems commit] psxconfig01: Increase region area

Sebastian Huber sebh at rtems.org
Wed Jul 27 07:56:06 UTC 2022


Module:    rtems
Branch:    master
Commit:    e1fdf975acdcd33a52cdc5d1c746c6946c90394e
Changeset: http://git.rtems.org/rtems/commit/?id=e1fdf975acdcd33a52cdc5d1c746c6946c90394e

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Jul 27 10:03:16 2022 +0200

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(-)

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 <rtems/confdefs.h>
 
 typedef struct RTEMS_ALIGNED(RTEMS_PARTITION_ALIGNMENT) {
-  uint64_t data [16];
+  uint64_t data [32];
 } area;
 
 #if CONFIGURE_MAXIMUM_PARTITIONS > 0



More information about the vc mailing list