Correct test for error and use PLTJMP() rather than explicit (PLT).

This commit is contained in:
Ulrich Drepper 1998-04-01 09:14:55 +00:00
parent ff550b1f27
commit 2284fbe2ac
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ ENTRY (__socket)
/* r0 is < 0 if there was an error. */
cmn r0, $124
bge syscall_error(PLT)
bhs PLTJMP(syscall_error)
/* Successful; return the syscall's value. */
RETINSTR(mov,pc,r14)