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]
/
misc
/
umount.s
blob
081dfb7818ce11c9f2b18c7c224e9eeaa3512df1
1
.text
2
.p2align 4,,15
3
.globl __umount
4
.type __umount, @function
5
__umount
:
6
xorl
%
esi
, %
esi
7
jmp __umount2
8
.size __umount, .-__umount
9
.weak umount
10
.set umount,__umount
11
.hidden __umount2