diff options
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); |