diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2024-12-28 03:27:25 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-28 08:27:25 -0300 |
| commit | da0935260622b6a09ce55369e338e4649f58b060 (patch) | |
| tree | 584289d37332e62705bdd5e02d873cf82cd82672 /src/boot | |
| parent | 602053c349e25775f9a0111f61f1feadb4255e63 (diff) | |
Move D_80097508 out of system_heap.c (#1779)
Diffstat (limited to 'src/boot')
| -rw-r--r-- | src/boot/libu64/system_heap.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/boot/libu64/system_heap.c b/src/boot/libu64/system_heap.c index 7ad21b6ae..e1649cfd9 100644 --- a/src/boot/libu64/system_heap.c +++ b/src/boot/libu64/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; |
