1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-08-01 02:40:43 +02:00

#452 cleanup of the previous fix

This commit is contained in:
XProger
2023-03-01 04:11:06 +03:00
parent 76b0348108
commit 50066382df

View File

@@ -51,8 +51,7 @@ out .req size
.global sndPCM_fill_asm
sndPCM_fill_asm:
mov tmpSP, sp
stmfd sp!, {r4-r5, r7}
mov mask, #127
stmfd sp!, {r4-r5}
ldmia tmpSP, {data, buffer}
@@ -68,7 +67,7 @@ sndPCM_fill_asm:
cmp pos, last
blt .loop_fill
ldmfd sp!, {r4-r5, r7}
ldmfd sp!, {r4-r5}
bx lr