Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
ab457f9022b4fe5f1ab1778761288175fc388648
/
.
/
libc
/
arch-riscv64
/
string
/
__memset_chk.S
blob: a5562cbac9e93d7816aa0bc4ee2b5a34732b423c [
file
] [
log
] [
blame
]
caowencheng
ab457f9
2023-03-06 14:57:55 +0800
[
diff
] [
blame^
]
1
#include <private/bionic_asm.h>
2
3
ENTRY
(
__memset_chk
)
4
bleu a2
,
a3
,
1
f
5
call __memset_chk_fail
6
7
1
:
8
tail memset
9
END
(
__memset_chk
)
10