2009-08-01 Joel Sherrill <joel.sherrill@oarcorp.com>

* sp63/init.c: Correct test case two.
This commit is contained in:
Joel Sherrill
2009-08-01 15:34:53 +00:00
parent fa4c10cbd9
commit e89cf10620
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -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");