forked from Imagelibrary/rtems
Fix _Heap_Resize_block args.
This commit is contained in:
@@ -134,7 +134,7 @@ static void test_free( void *addr )
|
||||
static void test_heap_cases_1(void)
|
||||
{
|
||||
void *p1, *p2, *p3;
|
||||
intptr_t u1, u2;
|
||||
uintptr_t u1, u2;
|
||||
Heap_Resize_status rsc;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user