added alignment attribute for array used as partition memory.

This commit is contained in:
Joel Sherrill
1995-08-11 14:35:01 +00:00
parent 8d47a15eb9
commit 891e9c3c75
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@
#include "conftbl.h"
#include "gvar.h"
rtems_unsigned8 my_partition[0x30000];
rtems_unsigned8 my_partition[0x30000] CPU_STRUCTURE_ALIGNMENT;
rtems_task Init(
rtems_task_argument argument