summaryrefslogtreecommitdiff
path: root/arm9/asm/OS_irqHandler.s
diff options
context:
space:
mode:
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