mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 20:56:59 +08:00
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