From 1e4b351fe5e49ddde85c5b6a8fcb1020b2232424 Mon Sep 17 00:00:00 2001 From: Prakxo Date: Thu, 20 Apr 2023 11:37:14 +0000 Subject: [PATCH] link m_malloc --- include/m_malloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/m_malloc.h b/include/m_malloc.h index 0b23f960..03b14ee1 100644 --- a/include/m_malloc.h +++ b/include/m_malloc.h @@ -2,7 +2,7 @@ #define M_MALLOC_H #include "libc64/__osMalloc.h" -extern Arena zelda_arena; +Arena zelda_arena; void zelda_malloc_align(u32,u32);