summaryrefslogtreecommitdiff
path: root/arm9/asm/OS_irqHandler.s
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-05-22 16:25:42 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-05-22 16:25:42 -0400
commit09eb26569c0c5e9b733a3c4f33bcf876e48dc0be (patch)
treef360bf02cf07f3f84dbc4ca1b1455db869a3bb54 /arm9/asm/OS_irqHandler.s
parent739b32badb5de2d99b6593cf4f901444cf4135e2 (diff)
Distribute bss_2 to code files
Diffstat (limited to 'arm9/asm/OS_irqHandler.s')
-rw-r--r--arm9/asm/OS_irqHandler.s18
1 files changed, 17 insertions, 1 deletions
diff --git a/arm9/asm/OS_irqHandler.s b/arm9/asm/OS_irqHandler.s
index 9dd30869..d0e563fb 100644
--- a/arm9/asm/OS_irqHandler.s
+++ b/arm9/asm/OS_irqHandler.s
@@ -1,10 +1,26 @@
.include "asm/macros.inc"
.include "global.inc"
- .section .dtcm
+ .section .data
+
+ .global OSi_IrqCallbackInfoIndex
+OSi_IrqCallbackInfoIndex: ; 0x02106818
+ .short 8
+ .short 9
+ .short 10
+ .short 11
+ .short 3
+ .short 4
+ .short 5
+ .short 6
+
+ ; pragma section DTCM begin
+ .section .bss
.balign 16, 0
.global OSi_IrqThreadQueue
OSi_IrqThreadQueue: ; 027E0060
+ .space 4
+ ; pragma section DTCM end
.section .text