forked from Imagelibrary/rtems
2009-08-01 Joel Sherrill <joel.sherrill@oarcorp.com>
* sp63/init.c: Correct test case two.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2009-08-01 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* sp63/init.c: Correct test case two.
|
||||
|
||||
2009-08-01 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* sp63/init.c, sp63/sp63.scn: Move into subroutines and add a second
|
||||
|
||||
@@ -48,7 +48,7 @@ void test_case_two(void)
|
||||
printf( "Init - Heap size=%d\n", heap_size );
|
||||
|
||||
puts( "Init - _Heap_Allocate_aligned - OK");
|
||||
ptr1 = _Heap_Allocate_aligned( &Heap, 64, 32 );
|
||||
ptr1 = _Heap_Allocate_aligned( &Heap, 64, 4 );
|
||||
assert( ptr1 );
|
||||
|
||||
puts( "Init - _Heap_Resize_block - OK");
|
||||
|
||||
Reference in New Issue
Block a user