mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-12 12:07:12 +08:00
Use JUMPTARGET(syscall_error) in jump insn.
This commit is contained in:
parent
48daea4ca6
commit
80e6394278
@ -25,5 +25,5 @@ ENTRY (syscall)
|
||||
pushl %ecx /* Push back return address. */
|
||||
DO_CALL (5) /* Frob the args and do the system call. */
|
||||
testl %eax, %eax /* Check %eax for error. */
|
||||
jl syscall_error /* Jump to error handler if negative. */
|
||||
jl JUMPTARGET(syscall_error) /* Jump to error handler if negative. */
|
||||
ret /* Return to caller. */
|
||||
|
Loading…
Reference in New Issue
Block a user