diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-11 18:07:52 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-11 18:07:52 -0400 |
commit | d104a46ce13665a41a4ba4b7bab4239fffe1ef06 (patch) | |
tree | 8c060fa46e5d8c29b991b420e1a03c7bbe6e3b30 /arm9/asm/OS_spinLock.s | |
parent | 17d5ec76a021218e0bf9741d6fc199fa0c540aa1 (diff) |
blx IMM --> bl IMM
Diffstat (limited to 'arm9/asm/OS_spinLock.s')
-rw-r--r-- | arm9/asm/OS_spinLock.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/asm/OS_spinLock.s b/arm9/asm/OS_spinLock.s index 36ab2cf5..3137a69b 100644 --- a/arm9/asm/OS_spinLock.s +++ b/arm9/asm/OS_spinLock.s @@ -272,7 +272,7 @@ FUN_020CA358: ; 0x020CA358 mov r4, #0x400 _020CA380: mov r0, r4 - blx SVC_WaitByLoop + bl SVC_WaitByLoop mov r0, r8 mov r1, r7 mov r2, r6 @@ -307,7 +307,7 @@ OS_InitLock: ; 0x020CA3AC mov r4, #0x400 _020CA3FC: mov r0, r4 - blx SVC_WaitByLoop + bl SVC_WaitByLoop ldrh r0, [r5, #0x6] cmp r0, #0x0 bne _020CA3FC |