diff options
author | camthesaxman <cameronghall@cox.net> | 2016-10-02 15:41:16 -0500 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2016-10-02 13:41:16 -0700 |
commit | 6ce4ed25d6565aa359d94442f47fa3c20f7bf356 (patch) | |
tree | 3680fa4c9c7f1193caadfaeb1e933fdcba97e69e /ld_script.txt | |
parent | 179c2e5041b922fb5370e0188c90acf9f82bdf66 (diff) |
Decompile wall clock routines (#49)
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index a1098af51..ae47a7157 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -72,6 +72,8 @@ SECTIONS { asm/rom_8074BAC.o(.text); src/task.o(.text); asm/rom5.o(.text); + src/wallclock.o(.text); + asm/rom6.o(.text); } =0 script_data : |