Use JUMPTARGET(syscall_error) in jump insn.
authorRoland McGrath <roland@gnu.org>
Sat, 22 Jul 1995 10:29:55 +0000 (10:29 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 22 Jul 1995 10:29:55 +0000 (10:29 +0000)
sysdeps/unix/sysv/sysv4/linux/i386/syscall.S

index 74e1047..efe6d36 100644 (file)
@@ -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.  */