diff options
author | M.A <mordbz@gmail.com> | 2020-05-14 03:19:09 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-14 03:19:09 +0300 |
commit | 152d6150f6a2b7610b1c1d3df1710a95e6e2b42f (patch) | |
tree | f52b0d1f4ded49fc6b4403d43f7360024e143857 | |
parent | c2989ef7a19fff335ce571ef045885471343cc4a (diff) | |
parent | 81f7c759eff79f14dc29e9501201c3bc9367d12e (diff) |
Merge pull request #85 from red031000/master
libcp -> CP_context.s
-rw-r--r-- | arm9/arm9.lcf | 2 | ||||
-rw-r--r-- | arm9/asm/CP_context.s (renamed from arm9/asm/libcp.s) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/arm9/arm9.lcf b/arm9/arm9.lcf index e31740c2..fd2d2cd9 100644 --- a/arm9/arm9.lcf +++ b/arm9/arm9.lcf @@ -215,7 +215,7 @@ SECTIONS { DGT_hash1.o (.text) DGT_hash2.o (.text) DGT_sha1s_arm4cw.o (.text) - libcp.o (.text) + CP_context.o (.text) libspi.o (.text) libpm.o (.text) librtc.o (.text) diff --git a/arm9/asm/libcp.s b/arm9/asm/CP_context.s index c756e8e2..c756e8e2 100644 --- a/arm9/asm/libcp.s +++ b/arm9/asm/CP_context.s |