mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-28 10:09:29 +08:00
psxconfig01: Increase region area
This fixes a test failure on 64-bit systems with RTEMS_DEBUG enabled.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user