From 7ba4585497a63eb64e7ca33aa53ca22695760739 Mon Sep 17 00:00:00 2001 From: Derek Hensley Date: Thu, 26 Dec 2024 07:33:00 -0800 Subject: Move D_8003C568_jp from system_heap (#231) --- src/boot/O2/system_heap.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/boot/O2') diff --git a/src/boot/O2/system_heap.c b/src/boot/O2/system_heap.c index 19a0d6a..f25a01a 100644 --- a/src/boot/O2/system_heap.c +++ b/src/boot/O2/system_heap.c @@ -27,11 +27,6 @@ void* sInitFuncs = NULL; char sNew[] = ""; -UNK_TYPE1 D_8003C568_jp[] = { - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x80, 0x00, 0x00, - 0xFF, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, -}; - void* SystemHeap_Malloc(size_t size) { if (size == 0) { size = 1; -- cgit v1.2.3