Add missing branch in memcpy.S dst aligned case.
Change-Id: I0651e46dc5d9b49a997c0c6d099b75097eedb504
This commit is contained in:
		@@ -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)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user