summaryrefslogtreecommitdiff
path: root/src/boot/O2/system_heap.c
diff options
context:
space:
mode:
authorDerek Hensley <hensley.derek58@gmail.com>2024-12-26 07:33:00 -0800
committerGitHub <noreply@github.com>2024-12-26 08:33:00 -0700
commit7ba4585497a63eb64e7ca33aa53ca22695760739 (patch)
treea381133813b0f292e2d74f792e576123eb2bd6ee /src/boot/O2/system_heap.c
parentb73a19dd984550595575f946db7366bcc488a41b (diff)
Move D_8003C568_jp from system_heap (#231)
Diffstat (limited to 'src/boot/O2/system_heap.c')
-rw-r--r--src/boot/O2/system_heap.c5
1 files changed, 0 insertions, 5 deletions
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;