diff options
| author | enzofc708 <47937189+enzofc708@users.noreply.github.com> | 2026-08-04 14:45:49 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-04 19:45:49 +0200 |
| commit | 29e3578e388b2ff350388e2cdfe45497c4ebdae2 (patch) | |
| tree | 1019aca1a8142880209e954487d37f3a03fb8aa2 /config/eur/arm9/delinks.txt | |
| parent | 51640eb100522a3986779599f057d72c8cb9e42e (diff) | |
* add heap.c
* add frmh heap
* add heap_list
* add unth heap
* link heap.c
* fix external references
Diffstat (limited to 'config/eur/arm9/delinks.txt')
| -rw-r--r-- | config/eur/arm9/delinks.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/eur/arm9/delinks.txt b/config/eur/arm9/delinks.txt index 48251da7..0967ac8d 100644 --- a/config/eur/arm9/delinks.txt +++ b/config/eur/arm9/delinks.txt @@ -89,3 +89,8 @@ libs/nds/src/sbc.c: .text start:0x020198bc end:0x0201b1bc .data start:0x02057354 end:0x02057434 .bss start:0x0205ae08 end:0x0205db08 + +libs/nds/src/heap.c: + complete + .text start:0x02017034 end:0x020179ac + .bss start:0x0205ade4 end:0x0205adf4
\ No newline at end of file |
