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]
/
stdlib
/
mrand48_r.s
blob
fdad113f1720e17839e3de6033210cd5b572e555
1
.text
2
.p2align 4,,15
3
.globl mrand48_r
4
.type mrand48_r, @function
5
mrand48_r
:
6
testq
%
rdi
, %
rdi
7
je
.L2
8
movq
%
rsi
, %
rdx
9
movq
%
rdi
, %
rsi
10
jmp __jrand48_r
11
.p2align 4,,10
12
.p2align 3
13
.L2:
14
movl $
-
1
, %
eax
15
ret
16
.size mrand48_r, .-mrand48_r
17
.hidden __jrand48_r