This commit is contained in:
Kenny Root
2013-04-02 11:06:24 -07:00
committed by Android Git Automerger

View File

@@ -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)