1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-05 19:35:52 +03:00

Correct error check again.

This commit is contained in:
Ulrich Drepper
1999-01-25 09:27:19 +00:00
parent 25a49f0ea4
commit 4353f9bef4

View File

@@ -45,8 +45,8 @@ ENTRY(__clone)
mov r0, r2
@ new sp is already in r1
swi SYS_ify(clone)
cmn a1, $4096
bhs PLTJMP(C_SYMBOL_NAME(__syscall_error))
movs a1, a1
blt PLTJMP(C_SYMBOL_NAME(__syscall_error))
RETINSTR(movne, pc, lr)
@ pick the function arg and call address off the stack and execute