forked from Imagelibrary/rtems
Use CPU_HEAP_ALIGNMENT not CPU_ALIGNMENT.
This commit is contained in:
@@ -120,7 +120,7 @@ void RTEMS_Malloc_Initialize(
|
||||
rtems_build_name( 'H', 'E', 'A', 'P' ),
|
||||
starting_address,
|
||||
length,
|
||||
CPU_ALIGNMENT,
|
||||
CPU_HEAP_ALIGNMENT,
|
||||
RTEMS_DEFAULT_ATTRIBUTES,
|
||||
&RTEMS_Malloc_Heap
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user