1#include <private/bionic_asm.h>
2
3ENTRY(__memcpy_chk)
4  bleu a2, a3, 1f
5  call __memcpy_chk_fail
6
71:
8   tail memcpy
9END(__memcpy_chk)
10