repo.or.cz
/
musl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add mips64 port
[musl.git]
/
src
/
thread
/
mips64
/
__unmapself.s
blob
f6795cda28724e0f581c9eee5362ed20fb1eb8be
1
.set noreorder
2
.global __unmapself
3
.type __unmapself, @function
4
__unmapself
:
5
li
$
2
,
5011
6
syscall
7
li
$
4
,
0
8
li
$
2
,
5058
9
syscall