Fix _Heap_Resize_block args.

This commit is contained in:
Ralf Corsepius
2009-10-26 08:24:08 +00:00
parent 0a1f5ddeaf
commit 9625b235c5
2 changed files with 5 additions and 5 deletions

View File

@@ -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;
/*