Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
6cb7db2b03b1d9f9f9c3c060dd2e851b4c6061fa
/
.
/
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
)