From 07655aabe84bdbb3aff84200b38d46bd22f1b488 Mon Sep 17 00:00:00 2001 From: red031000 Date: Tue, 9 Jun 2020 02:15:17 +0100 Subject: arm7 OS_arena --- arm7/asm/OS_timer.s | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'arm7/asm/OS_timer.s') diff --git a/arm7/asm/OS_timer.s b/arm7/asm/OS_timer.s index 5794046e..434be17a 100644 --- a/arm7/asm/OS_timer.s +++ b/arm7/asm/OS_timer.s @@ -1,7 +1,13 @@ .include "asm/macros.inc" .include "global.inc" - .text + .section .bss + + .global _0380791C +_0380791C: ;0x0380791C + .space 0x03807920 - 0x0380791C + + .section .text arm_func_start OSi_SetTimerReserved OSi_SetTimerReserved: ; 0x037FA348 -- cgit v1.2.3