Fix rmemcpy32 not copying chunks correctly
This commit is contained in:
parent
e19cb4a079
commit
d89ae1fbe5
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user