diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2020-09-05 12:43:37 -0500 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2020-09-05 12:43:37 -0500 |
commit | 70158a52c3973bca411791e48358aeaae12c891b (patch) | |
tree | 368b8c11962822c15ae6f67cc7899252f9edb2d2 /ld_script.txt | |
parent | 253dab4bc5710eee45ea7167fda0c3a72159b4d3 (diff) |
decomp some 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 ef1810e..f22c068 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -42,6 +42,7 @@ SECTIONS { asm/crt0.o(.text); asm/code.o(.text); asm/event_flag.o(.text); + src/event_flag.o(.text); asm/code_8002774.o(.text); src/memory.o(.text); asm/memory.o(.text); |