repo.or.cz
/
zpugcc
/
jano.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixed bash/dash/sh issue (Ubuntu)
[zpugcc/jano.git]
/
toolchain
/
gcc
/
newlib
/
libc
/
sys
/
sysvi386
/
waitpid.s
blob
598099f91dfdb66edada23078be3ba5be9360124
1
.globl _waitpid
2
.globl waitpid
3
_waitpid
:
4
waitpid
:
5
pushfl
6
popl
%
eax
7
orl $
0x8c4
,%
eax
8
pushl
%
eax
9
popfl
10
movl $
0x7
, %
eax
11
lcall $
7
,
$
0
12
jb _cerror
13
movl
8
(%
esp
), %
ecx
14
testl
%
ecx
, %
ecx
15
je bye
16
movl
%
edx
, (%
ecx
)
17
bye
:
18
ret