From f67b21c9ea33de6070de851762fb84b002ae523b Mon Sep 17 00:00:00 2001 From: Florian Lohoff Date: Sat, 4 Oct 2008 13:04:53 +0000 Subject: Remove arc from the malloc function names --- tip22/tftpload.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tip22') diff --git a/tip22/tftpload.c b/tip22/tftpload.c index 37ca7d1..36465bf 100644 --- a/tip22/tftpload.c +++ b/tip22/tftpload.c @@ -109,7 +109,7 @@ static void InitMalloc(void) printf("Adding %lu bytes at 0x%lx to the list of available memory\n\r", end-start, start); #endif - arclib_malloc_add(start, end - start); + malloc_area_add(start, end - start); } } current = ArcGetMemoryDescriptor(current); -- cgit v1.2.3