repo.or.cz
/
nyanglibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
clarify the purpose of this project
[nyanglibc.git]
/
string
/
explicit_bzero.s
blob
3a04f9e86e2260762c87d8d8c6bd61afb8918d14
1
.text
2
.p2align 4,,15
3
.globl explicit_bzero
4
.type explicit_bzero, @function
5
explicit_bzero
:
6
subq $
8
, %
rsp
7
movq
%
rsi
, %
rdx
8
xorl
%
esi
, %
esi
9
call memset@PLT
10
addq $
8
, %
rsp
11
ret
12
.size explicit_bzero, .-explicit_bzero