diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-06-28 02:00:02 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-06-28 02:00:02 +0800 |
commit | 6e570a107f6425068902e4ad077ab8c7b6e15ed3 (patch) | |
tree | 1c6063b3578146df4807ca336dd9802a6f27b771 /ld_script.txt | |
parent | 9260240931d7584a8a2007f0f24a33ba9d82140c (diff) | |
parent | c27f8d2d9ee63deaf9de9f7c3689e072400ab5c3 (diff) |
Merge branch 'decompress' into misc
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index 40fc967b3..5d1a151f6 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -64,7 +64,7 @@ SECTIONS { src/multiboot.o(.text); asm/main_menu.o(.text); asm/battle_controllers.o(.text); - asm/decompress.o(.text); + src/decompress.o(.text); asm/battle_1.o(.text); asm/battle_2.o(.text); asm/battle_util.o(.text); |