projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
e16dccd
)
entered into RCS
author
roland
<roland>
Fri, 21 May 1993 18:26:18 +0000
(18:26 +0000)
committer
roland
<roland>
Fri, 21 May 1993 18:26:18 +0000
(18:26 +0000)
sysdeps/unix/i386/wait.S
patch
|
blob
|
history
diff --git
a/sysdeps/unix/i386/wait.S
b/sysdeps/unix/i386/wait.S
index
bea8d45
..
10d0973
100644
(file)
--- a/
sysdeps/unix/i386/wait.S
+++ b/
sysdeps/unix/i386/wait.S
@@
-19,7
+19,7
@@
Cambridge, MA 02139, USA. */
#include <sysdep.h>
SYSCALL__ (wait, 1)
#include <sysdep.h>
SYSCALL__ (wait, 1)
- movl 4(%esp), scratch /* Put status pointer in
%ecx
. */
+ movl 4(%esp), scratch /* Put status pointer in
scratch register
. */
testl scratch, scratch /* Is it non-nil? */
je null
movl r1, (scratch) /* Yes; store the status there. */
testl scratch, scratch /* Is it non-nil? */
je null
movl r1, (scratch) /* Yes; store the status there. */