summaryrefslogtreecommitdiff
path: root/mm/src/boot/O2
diff options
context:
space:
mode:
authorDerek Hensley <hensley.derek58@gmail.com>2024-12-28 03:27:25 -0800
committerEblo <7004497+Eblo@users.noreply.github.com>2025-09-16 18:18:48 -0400
commitf0a358eca99d64863d54a9682a309b34426b3455 (patch)
tree6baff77b2dbb4a120bb952538635c94fa0a15550 /mm/src/boot/O2
parent8d25087cd9830cb4738fb7a3eabcc066db435930 (diff)
Move D_80097508 out of system_heap.c (#1779)
Diffstat (limited to 'mm/src/boot/O2')
-rw-r--r--mm/src/boot/O2/system_heap.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/mm/src/boot/O2/system_heap.c b/mm/src/boot/O2/system_heap.c
index c34129f12..b22ae7742 100644
--- a/mm/src/boot/O2/system_heap.c
+++ b/mm/src/boot/O2/system_heap.c
@@ -21,11 +21,6 @@ void* sInitFuncs = NULL;
char sNew[] = "";
-UNK_TYPE1 D_80097508[] = {
- 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;