diff options
author | Cleverking2003 <30466983+Cleverking2003@users.noreply.github.com> | 2020-06-09 22:30:09 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-09 22:30:09 +0300 |
commit | 912f95b5d5125f1d20b80c9909527259c09c1262 (patch) | |
tree | 9d4fb9b4cee8f4b3697f9103e28897d7cd225de2 /arm7/asm/OS_irqTable.s | |
parent | f58a454f545497f6cb0a2a0d97778fd31788e13b (diff) | |
parent | c8f98c38d5baf6bf86531188b1a6ff0745d8d8c9 (diff) |
Merge branch 'master' into pikalax_work
Diffstat (limited to 'arm7/asm/OS_irqTable.s')
-rw-r--r-- | arm7/asm/OS_irqTable.s | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/arm7/asm/OS_irqTable.s b/arm7/asm/OS_irqTable.s index 56eea302..a61e448f 100644 --- a/arm7/asm/OS_irqTable.s +++ b/arm7/asm/OS_irqTable.s @@ -1,7 +1,25 @@ .include "asm/macros.inc" .include "global.inc" - .text + .section .bss + + .global OSi_IrqThreadQueue +OSi_IrqThreadQueue: ;0x0380770C + .space 0x03807714 - 0x0380770C + + .global OSi_IrqCallbackInfo +OSi_IrqCallbackInfo: ;0x03807714 + .space 0x03807718 - 0x03807714 + + .global _03807718 +_03807718: ;0x03807718 + .space 0x0380771C - 0x03807718 + + .global _0380771C +_0380771C: ;0x0380771C + .space 0x03807744 - 0x0380771C + + .section .text arm_func_start OSi_IrqVBlank OSi_IrqVBlank: ; 0x037F86B4 |