Fix rmemcpy32 not copying chunks correctly

This commit is contained in:
Madeline Busig 2024-03-06 23:00:38 -07:00
parent dd0e7e63e0
commit dd07c57d7a

View File

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