From: Dave Murphy Date: Thu, 25 Dec 2014 10:59:22 +0000 (+0000) Subject: give function the right name X-Git-Tag: v0.3.0~33 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=f6ec6850865a529d6fe17a13b3c959dc4aec5a63;p=corbenik%2Fctrulib.git give function the right name --- 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