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
/
drand48_r.s
blob
d924b7667c0c806ccd33ee547c419bb60b582445
1
.text
2
.p2align 4,,15
3
.globl drand48_r
4
.type drand48_r, @function
5
drand48_r
:
6
movq
%
rsi
, %
rdx
7
movq
%
rdi
, %
rsi
8
jmp __erand48_r
9
.size drand48_r, .-drand48_r
10
.hidden __erand48_r