psxconfig01: Increase region area

This fixes a test failure on 64-bit systems with RTEMS_DEBUG enabled.
This commit is contained in:
Sebastian Huber
2022-07-27 10:03:54 +02:00
parent 2501c64bb6
commit e1fdf975ac
+1 -1
View File
@@ -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