mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 22:10:13 +00:00
Don't overwrite r8 on error.
This commit is contained in:
parent
2b90473904
commit
cc49352eee
@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 1999, 2000 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 1999, 2000, 2002 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
Contributed by David Mosberger <davidm@hpl.hp.com>
|
||||
|
||||
@ -28,7 +28,7 @@ ENTRY(__pipe)
|
||||
cmp.ne p6,p0=-1,r10
|
||||
;;
|
||||
(p6) st4 [r2]=r8,4
|
||||
mov ret0=0
|
||||
(p6) mov ret0=0
|
||||
;;
|
||||
(p6) st4 [r2]=r9
|
||||
(p6) ret
|
||||
|
Loading…
Reference in New Issue
Block a user