forked from Imagelibrary/rtems
alignment on workspace changed from CPU_ALIGNMENT to CPU_HEAP_ALIGNMENT
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
&_Workspace_Area, \
|
||||
(_starting_address), \
|
||||
(_size), \
|
||||
CPU_ALIGNMENT \
|
||||
CPU_HEAP_ALIGNMENT \
|
||||
); \
|
||||
\
|
||||
if ( memory_available == 0 ) \
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
&_Workspace_Area, \
|
||||
(_starting_address), \
|
||||
(_size), \
|
||||
CPU_ALIGNMENT \
|
||||
CPU_HEAP_ALIGNMENT \
|
||||
); \
|
||||
\
|
||||
if ( memory_available == 0 ) \
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
&_Workspace_Area, \
|
||||
(_starting_address), \
|
||||
(_size), \
|
||||
CPU_ALIGNMENT \
|
||||
CPU_HEAP_ALIGNMENT \
|
||||
); \
|
||||
\
|
||||
if ( memory_available == 0 ) \
|
||||
|
||||
Reference in New Issue
Block a user