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