1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-08-06 05:07:48 +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 .global sndPCM_fill_asm
sndPCM_fill_asm: sndPCM_fill_asm:
mov tmpSP, sp mov tmpSP, sp
stmfd sp!, {r4-r5, r7} stmfd sp!, {r4-r5}
mov mask, #127
ldmia tmpSP, {data, buffer} ldmia tmpSP, {data, buffer}
@@ -68,7 +67,7 @@ sndPCM_fill_asm:
cmp pos, last cmp pos, last
blt .loop_fill blt .loop_fill
ldmfd sp!, {r4-r5, r7} ldmfd sp!, {r4-r5}
bx lr bx lr