diff options
Diffstat (limited to 'libc/arch-arm/syscalls/__ppoll.S')
-rw-r--r-- | libc/arch-arm/syscalls/__ppoll.S | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libc/arch-arm/syscalls/__ppoll.S b/libc/arch-arm/syscalls/__ppoll.S index 7cdbe51..02de8a8 100644 --- a/libc/arch-arm/syscalls/__ppoll.S +++ b/libc/arch-arm/syscalls/__ppoll.S @@ -4,7 +4,6 @@ ENTRY(__ppoll) mov ip, sp - .save {r4, r5, r6, r7} stmfd sp!, {r4, r5, r6, r7} .cfi_def_cfa_offset 16 .cfi_rel_offset r4, 0 @@ -19,5 +18,5 @@ ENTRY(__ppoll) cmn r0, #(MAX_ERRNO + 1) bxls lr neg r0, r0 - b __set_errno + b __set_errno_internal END(__ppoll) |