diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2020-09-20 01:54:59 -0500 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2020-09-20 01:54:59 -0500 |
commit | 722560add4e0caaab9f65a3c49d08ad83f2ef2b2 (patch) | |
tree | c8092f1b63eb5491b81b7ed8a70af244ed385038 /ld_script.txt | |
parent | d2279294209edd9ec92e601ccb86388ff9283dbb (diff) |
more decomping of functions
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 6f567a9..1ffd769 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -174,6 +174,7 @@ SECTIONS { { unk_code = .; asm/code_8272724.o(.rodata); + src/code_8272724.o(.text); asm/code_8272724.o(.text); unk_code_end = .; } |