summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorjiangzhengwenjz <jiangzhengwenjzw@qq.com>2019-06-26 06:15:19 +0800
committerjiangzhengwenjz <jiangzhengwenjzw@qq.com>2019-06-26 06:15:39 +0800
commit11a8a016540c1ee251e20a2a11dfe6c9c3486d98 (patch)
treec909d8c10288fd0e7dff4f90f2eaf581564fe5bc /ld_script.txt
parentfd543fd799caf59cabf55721e561fcfb0f59315d (diff)
finished multiboot
Diffstat (limited to 'ld_script.txt')
-rw-r--r--ld_script.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt
index 2664d8010..5ebf1515c 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -61,7 +61,7 @@ SECTIONS {
src/sprite.o(.text);
src/string_util.o(.text);
asm/link.o(.text);
- asm/multiboot.o(.text);
+ src/multiboot.o(.text);
asm/main_menu.o(.text);
asm/battle_controllers.o(.text);
asm/decompress.o(.text);