Signed-off-by: hmz007 <hmz007@gmail.com> Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
11 lines
147 B
ArmAsm
11 lines
147 B
ArmAsm
#include <private/bionic_asm.h>
|
|
|
|
ENTRY(__memset_chk)
|
|
bleu a2, a3, 1f
|
|
call __memset_chk_fail
|
|
|
|
1:
|
|
tail memset
|
|
END(__memset_chk)
|
|
|