* psxconfig01/init.c: Fix due to alignment issue.
This commit is contained in:
Sebastian Huber
2011-12-09 16:44:15 +00:00
parent b6c5fe0f83
commit c7dc99ef21
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2011-12-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
* psxconfig01/init.c: Fix due to alignment issue.
2011-12-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
* psxconfig01/.cvsignore, psxconfig01/Makefile.am, psxconfig01/init.c,

View File

@@ -97,7 +97,7 @@ static const uint8_t mq_sizes [CONFIGURE_MAXIMUM_MESSAGE_QUEUES] = {
};
typedef struct {
uint32_t data [32];
uint64_t data [16];
} area;
static area partition_areas [CONFIGURE_MAXIMUM_PARTITIONS];