summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arm9/arm9.lcf2
-rw-r--r--arm9/asm/STD_string.s (renamed from arm9/asm/libstd.s)4
2 files changed, 3 insertions, 3 deletions
diff --git a/arm9/arm9.lcf b/arm9/arm9.lcf
index 9035d69e..52f70ee3 100644
--- a/arm9/arm9.lcf
+++ b/arm9/arm9.lcf
@@ -247,7 +247,7 @@ SECTIONS {
MATH.o (.text)
MATH_dgt.o (.text)
MATH_crc.o (.text)
- libstd.o (.text)
+ STD_string.o (.text)
/* C standard library */
libc.o (.text)
/* MWCC library */
diff --git a/arm9/asm/libstd.s b/arm9/asm/STD_string.s
index 39946c46..e8a74a75 100644
--- a/arm9/asm/libstd.s
+++ b/arm9/asm/STD_string.s
@@ -1,5 +1,5 @@
- .include "asm/macros.inc"
- .include "global.inc"
+ .include "asm/macros.inc"
+ .include "global.inc"
.text