From f6ec6850865a529d6fe17a13b3c959dc4aec5a63 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Thu, 25 Dec 2014 10:59:22 +0000 Subject: [PATCH] give function the right name --- libctru/source/system/allocateHeaps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libctru/source/system/allocateHeaps.c b/libctru/source/system/allocateHeaps.c index 1714a77..4009f8e 100644 --- a/libctru/source/system/allocateHeaps.c +++ b/libctru/source/system/allocateHeaps.c @@ -8,7 +8,7 @@ u32 __heapBase; extern u32 __heap_size, __linear_heap_size; -void __attribute__((weak)) __allocateHeaps() { +void __attribute__((weak)) __system_allocateHeaps() { u32 tmp=0; // Allocate the application heap