summaryrefslogtreecommitdiff
path: root/arm9/asm/OS_exception.s
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-05-22 16:36:02 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-05-22 16:36:02 -0400
commitd382442e45e5aaf4a8c45e40c13f5328e79349d7 (patch)
treed671042f5374e38f1d143c6f93e98c983a0bb579 /arm9/asm/OS_exception.s
parent09eb26569c0c5e9b733a3c4f33bcf876e48dc0be (diff)
Distribute bss_3.s among code files
Diffstat (limited to 'arm9/asm/OS_exception.s')
-rw-r--r--arm9/asm/OS_exception.s18
1 files changed, 18 insertions, 0 deletions
diff --git a/arm9/asm/OS_exception.s b/arm9/asm/OS_exception.s
index 8a078de7..85b378d4 100644
--- a/arm9/asm/OS_exception.s
+++ b/arm9/asm/OS_exception.s
@@ -1,6 +1,24 @@
.include "asm/macros.inc"
.include "global.inc"
+ .section .bss
+
+ .global OSi_UserExceptionHandler
+OSi_UserExceptionHandler: ; 0x021D371C
+ .space 0x4
+
+ .global OSi_UserExceptionHandlerArg
+OSi_UserExceptionHandlerArg: ; 0x021D3720
+ .space 0x4
+
+ .global OSi_DebuggerHandler
+OSi_DebuggerHandler: ; 0x021D3724
+ .space 0x4
+
+ .global OSi_ExContext
+OSi_ExContext: ; 0x021D3728
+ .space 0x80
+
.text
arm_func_start OSi_ExceptionHandler