blob: 4a2d13dee63047585f7f0e315bea06a0e5677b56 [file] [log] [blame]
caowencheng9a39eb32023-03-20 16:24:41 +08001#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)