Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
16ec38dfbeb371763e9aa1917c271f0212922f6c
/
.
/
libc
/
arch-riscv64
/
string
/
__memset_chk.S
blob: a5562cbac9e93d7816aa0bc4ee2b5a34732b423c [
file
] [
log
] [
blame
]
#include <private/bionic_asm.h>
ENTRY
(
__memset_chk
)
bleu a2
,
a3
,
1
f
call __memset_chk_fail
1
:
tail memset
END
(
__memset_chk
)