summaryrefslogtreecommitdiff
path: root/arm7/asm/OS_alarm.s
diff options
context:
space:
mode:
authorred031000 <rubenru09@aol.com>2020-06-05 21:46:12 +0100
committerred031000 <rubenru09@aol.com>2020-06-05 21:46:12 +0100
commitdcf19fc6e6480520c6390594e9222d73fe8b2747 (patch)
treec4d71c5c59fea8a128fe77c5a3b1cd8d63179a63 /arm7/asm/OS_alarm.s
parentcae6ef601c8d2892c078eb77327e4552f3c8bf64 (diff)
split more arm7 stuffs
Diffstat (limited to 'arm7/asm/OS_alarm.s')
-rw-r--r--arm7/asm/OS_alarm.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/arm7/asm/OS_alarm.s b/arm7/asm/OS_alarm.s
index d8fb813c..762c5372 100644
--- a/arm7/asm/OS_alarm.s
+++ b/arm7/asm/OS_alarm.s
@@ -137,7 +137,7 @@ OS_SetPeriodicAlarm: ; 0x037FA6E0
cmp r0, #0
beq _037FA710
_037FA70C:
- bl FUN_037FB1F0
+ bl OS_Terminate
_037FA710:
bl OS_DisableInterrupts
mov r5, r0
@@ -171,7 +171,7 @@ OS_SetAlarm: ; 0x037FA75C
cmp r0, #0
beq _037FA784
_037FA780:
- bl FUN_037FB1F0
+ bl OS_Terminate
_037FA784:
bl OS_DisableInterrupts
mov r4, r0