From 3ce6504f14855f40bc5f8aff09e53875d53993e4 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 17 May 2005 13:35:43 +0000 Subject: Use shared symbols for heap_ptr and heap_end --- src/core/heap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core') diff --git a/src/core/heap.c b/src/core/heap.c index 0c8a9ac83..d9a7efec7 100644 --- a/src/core/heap.c +++ b/src/core/heap.c @@ -13,7 +13,7 @@ struct heap_block { extern char _text[]; extern char _end[]; -static physaddr_t heap_start, heap_end, heap_ptr; +static physaddr_t heap_start; /* * Find the largest contiguous area of memory that I can use for the -- cgit v1.2.3-55-g7522