Fri Jun 28 16:53:01 1996 David Mosberger-Tang <davidm@azstarnet.com>
* sysdeps/unix/alpha/sysdep.S: Make ldgp part of the prologue. Fix by Richard Henderson.
This commit is contained in:
parent
4a5db9e9b5
commit
51ac76881f
@ -26,10 +26,10 @@ Cambridge, MA 02139, USA. */
|
||||
#endif
|
||||
|
||||
LEAF(__syscall_error, 0)
|
||||
ldgp gp, 0(t12)
|
||||
.prologue 1
|
||||
|
||||
/* Store return value in errno... */
|
||||
ldgp gp, 0(t12)
|
||||
stl v0, errno
|
||||
|
||||
/* And just kick back a -1. */
|
||||
|
Loading…
Reference in New Issue
Block a user