summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorSeth Barberee <seth.barberee@gmail.com>2020-09-20 01:54:59 -0500
committerSeth Barberee <seth.barberee@gmail.com>2020-09-20 01:54:59 -0500
commit722560add4e0caaab9f65a3c49d08ad83f2ef2b2 (patch)
treec8092f1b63eb5491b81b7ed8a70af244ed385038 /ld_script.txt
parentd2279294209edd9ec92e601ccb86388ff9283dbb (diff)
more decomping of functions
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-xld_script.txt1
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 = .;
}