blob: 4a2d13dee63047585f7f0e315bea06a0e5677b56 [file] [log] [blame]
#include <private/bionic_asm.h>
ENTRY(__memcpy_chk)
bleu a2, a3, 1f
call __memcpy_chk_fail
1:
tail memcpy
END(__memcpy_chk)