diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2020-09-15 17:09:36 -0500 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2020-09-15 17:09:36 -0500 |
commit | d2be6ce16caf5cafc89e5120f26ff5010a748125 (patch) | |
tree | e0f0861c194ef386e81c469888016e1e44bd1c21 /ld_script.txt | |
parent | 1cc1c7aa0bed528229a71ec9812d08e856a072f0 (diff) |
some more nullsubs
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-x | ld_script.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index 42b9936..11a70f1 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -46,6 +46,7 @@ SECTIONS { asm/code_8002774.o(.text); src/memory.o(.text); asm/memory.o(.text); + src/memory1.o(.text); asm/code_80035F0.o(.text); src/other_random.o(.text); src/util.o(.text); |