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