diff options
author | Cleverking2003 <30466983+Cleverking2003@users.noreply.github.com> | 2020-06-06 19:11:01 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-06 19:11:01 +0300 |
commit | ce2b89342f6277cf881d6a03194ef43b2a310fe4 (patch) | |
tree | c4d71c5c59fea8a128fe77c5a3b1cd8d63179a63 /arm7/asm/OS_thread.s | |
parent | cae6ef601c8d2892c078eb77327e4552f3c8bf64 (diff) | |
parent | dcf19fc6e6480520c6390594e9222d73fe8b2747 (diff) |
Merge pull request #141 from red031000/master
split more arm7 stuffs
Diffstat (limited to 'arm7/asm/OS_thread.s')
-rw-r--r-- | arm7/asm/OS_thread.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm7/asm/OS_thread.s b/arm7/asm/OS_thread.s index 832e6606..64aebb04 100644 --- a/arm7/asm/OS_thread.s +++ b/arm7/asm/OS_thread.s @@ -322,7 +322,7 @@ _037F9138: bl OS_WakeupThread bl OS_EnableScheduler bl OS_RescheduleThread - bl FUN_037FB1F0 + bl OS_Terminate ldmia sp!, {r4, lr} bx lr _037F9164: .word OSi_CurrentThreadPtr |