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