summaryrefslogtreecommitdiff
path: root/arm7/asm/OS_alloc.s
diff options
context:
space:
mode:
Diffstat (limited to 'arm7/asm/OS_alloc.s')
-rw-r--r--arm7/asm/OS_alloc.s8
1 files changed, 7 insertions, 1 deletions
diff --git a/arm7/asm/OS_alloc.s b/arm7/asm/OS_alloc.s
index 43372371..1c174548 100644
--- a/arm7/asm/OS_alloc.s
+++ b/arm7/asm/OS_alloc.s
@@ -1,7 +1,13 @@
.include "asm/macros.inc"
.include "global.inc"
- .text
+ .section .bss
+
+ .global OSiHeapInfo
+OSiHeapInfo: ;0x038078F8
+ .space 0x0380791C - 0x038078F8
+
+ .section .text
arm_func_start OS_CheckHeap
OS_CheckHeap: ; 0x037F9D88