From 15e2ff6bb683138878c376a84882b1a6da63cb94 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Sun, 24 Oct 2021 02:15:50 +0200 Subject: Lazy-initialize heap --- libpsx/src/setup.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'libpsx/src/setup.c') diff --git a/libpsx/src/setup.c b/libpsx/src/setup.c index d77f062..1a28685 100644 --- a/libpsx/src/setup.c +++ b/libpsx/src/setup.c @@ -1,6 +1,5 @@ #include #include -#include "memory.h" extern int __bss_start[]; extern int __bss_end[]; @@ -38,11 +37,6 @@ void psxsdk_setup() *((unsigned char*)x) = 0; dprintf("BSS space cleared.\n"); - -// Setup memory allocation functions - malloc_setup(); - - dprintf("Finished setting up memory allocation functions.\n"); // Call static constructors call_ctors(); -- cgit v1.2.3