Merge pull request #161 from Cuyler36/link_malloc

Link libc64/malloc.c
This commit is contained in:
Cuyler36
2023-11-25 13:06:32 -05:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -82,9 +82,9 @@ libc64/qrand.c:
.sdata2: [0x80219130, 0x80219138]
libc64/sprintf.c:
.text: [0x8005ce18, 0x8005cf08]
#libc64/malloc.c:
# .text: [0x8005cf08, 0x8005d01c]
# .bss: [0x80206F30, 0x80206F60]
libc64/malloc.c:
.text: [0x8005cf08, 0x8005d01c]
.bss: [0x80206F30, 0x80206F60]
libultra/ultra.c:
.text: [0x8005d01c, 0x8005d15c]
.bss: [0x80206f60, 0x80206fa0]
+2 -2
View File
@@ -1,5 +1,5 @@
#ifndef OS_MALLOC_H
#define OS_MALLOC_H
#ifndef MALLOC_H
#define MALLOC_H
#include "types.h"