mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-18 12:16:13 +08:00
Tiny cleanups.
This commit is contained in:
parent
f97d5b5f4d
commit
3acff87e5b
@ -38,7 +38,7 @@ __errno = errno
|
||||
.globl __syscall_error
|
||||
.ent __syscall_error
|
||||
__syscall_error:
|
||||
ldgp gp, 0(t12)
|
||||
ldgp gp, 0(pv)
|
||||
lda sp, -16(sp)
|
||||
.frame sp, 16, ra, 0
|
||||
stq ra, 0(sp)
|
||||
@ -53,7 +53,7 @@ __syscall_error:
|
||||
jsr ra, __errno_location
|
||||
|
||||
/* Store the error value. */
|
||||
ldl t0, 8(sp)
|
||||
ldq t0, 8(sp)
|
||||
stl t0, 0(v0)
|
||||
|
||||
/* And kick back a -1. */
|
||||
|
@ -62,10 +62,10 @@ LEAF(__syscall, 0)
|
||||
mov a5, a4
|
||||
|
||||
call_pal PAL_callsys /* Invoke system call */
|
||||
bne a3, error
|
||||
bne a3, $error
|
||||
ret
|
||||
|
||||
error:
|
||||
$error:
|
||||
#ifndef PROF
|
||||
br gp, 2f
|
||||
2: ldgp gp, 0(gp)
|
||||
|
Loading…
Reference in New Issue
Block a user