From 09eb26569c0c5e9b733a3c4f33bcf876e48dc0be Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Fri, 22 May 2020 16:25:42 -0400 Subject: Distribute bss_2 to code files --- arm9/asm/OS_irqHandler.s | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'arm9/asm/OS_irqHandler.s') 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 -- cgit v1.2.3