forked from Imagelibrary/rtems
2011-12-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
* psxconfig01/init.c: Fix due to alignment issue.
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user