diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-02 08:54:17 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-02 08:54:17 -0400 |
commit | 4180f497410f2c6a29fab435ff1cfa0e17d81f8a (patch) | |
tree | 907d1bb32d013b05988f7b6f6876c493386eeb79 /arm9/asm/MSL_Common_errno.s | |
parent | e7929cb735b9c1dc783eef3eb6fbfc7e6f666835 (diff) |
Split libc.s, 5
Diffstat (limited to 'arm9/asm/MSL_Common_errno.s')
-rw-r--r-- | arm9/asm/MSL_Common_errno.s | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arm9/asm/MSL_Common_errno.s b/arm9/asm/MSL_Common_errno.s new file mode 100644 index 00000000..28264872 --- /dev/null +++ b/arm9/asm/MSL_Common_errno.s @@ -0,0 +1,9 @@ + .include "asm/macros.inc"
+ .include "global.inc"
+
+ .bss
+
+ .global errno
+errno: ; 0x021D74A8
+ .space 0x4
+ .size errno,.-errno
\ No newline at end of file |