Add missing branch in memcpy.S dst aligned case.
Merge from internal master.
(cherry-picked from commit 6ffaa931c3
)
Change-Id: Ifdcf01fd122866cf0d4c5b5f7a997803561d7889
This commit is contained in:
parent
68fd78efa0
commit
bf0d1ad72b
|
@ -319,7 +319,6 @@ dst_not_word_aligned:
|
|||
|
||||
sub r2, r2, ip
|
||||
|
||||
// If src is not word aligned, jump to the unaligned code.
|
||||
ands ip, r1, #0x3
|
||||
beq word_aligned
|
||||
// Src is guaranteed to be at least word aligned by this point.
|
||||
b word_aligned
|
||||
END(memcpy)
|
||||
|
|
Loading…
Reference in New Issue