Merge "Add missing branch in memcpy.S dst aligned case."
This commit is contained in:
commit
5014f417ea
@ -319,7 +319,6 @@ dst_not_word_aligned:
|
|||||||
|
|
||||||
sub r2, r2, ip
|
sub r2, r2, ip
|
||||||
|
|
||||||
// If src is not word aligned, jump to the unaligned code.
|
// Src is guaranteed to be at least word aligned by this point.
|
||||||
ands ip, r1, #0x3
|
b word_aligned
|
||||||
beq word_aligned
|
|
||||||
END(memcpy)
|
END(memcpy)
|
||||||
|
Loading…
Reference in New Issue
Block a user