summaryrefslogtreecommitdiff
path: root/arm7/asm
diff options
context:
space:
mode:
authorEgor Ananyin <ananinegor@gmail.com>2020-06-20 09:14:40 +0300
committerEgor Ananyin <ananinegor@gmail.com>2020-06-20 09:14:40 +0300
commit70556fc300ba85dad248d20b3c79c415e2ef88e5 (patch)
tree900bcd9bfbc5101d4d8f01ce057429658909e273 /arm7/asm
parentc4263506fa96acc210d1cf356023a3ffde805a0b (diff)
Begin decompiling OS_mutex
Diffstat (limited to 'arm7/asm')
-rw-r--r--arm7/asm/OS_mutex_s.s (renamed from arm7/asm/OS_mutex.s)10
1 files changed, 0 insertions, 10 deletions
diff --git a/arm7/asm/OS_mutex.s b/arm7/asm/OS_mutex_s.s
index 981842b8..22ac4ef6 100644
--- a/arm7/asm/OS_mutex.s
+++ b/arm7/asm/OS_mutex_s.s
@@ -119,13 +119,3 @@ _037F9B50:
ldmia sp!, {r4, r5, r6, r7, lr}
bx lr
_037F9B64: .word OSi_ThreadInfo
-
- arm_func_start OS_InitMutex
-OS_InitMutex: ; 0x037F9B68
- mov r2, #0
- str r2, [r0, #4]
- ldr r1, [r0, #4]
- str r1, [r0]
- str r2, [r0, #8]
- str r2, [r0, #12]
- bx lr