Fix rmemcpy32 not copying chunks correctly

This commit is contained in:
Myles Busig 2024-03-06 23:00:38 -07:00
parent e19cb4a079
commit d89ae1fbe5

View File

@ -135,6 +135,9 @@ sub r1, #3
bhi .Lrword_copy
// r2 = num chunks
lsr r2, #5
// Move to the beginning of the current chunk
sub r0, #28
sub r1, #28
// Preserve local variables
push {r4-r10}
.Lrchunk_copy: