summaryrefslogtreecommitdiffstats
path: root/lib/libc/i386/sys/syscall.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/i386/sys/syscall.S')
-rw-r--r--lib/libc/i386/sys/syscall.S5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/i386/sys/syscall.S b/lib/libc/i386/sys/syscall.S
index e5d6e23..8a08631 100644
--- a/lib/libc/i386/sys/syscall.S
+++ b/lib/libc/i386/sys/syscall.S
@@ -45,11 +45,8 @@ ENTRY(syscall)
KERNCALL
push %ecx /* need to push a word to keep stack frame intact
upon return; the word must be the return address. */
- jb 1f
+ jb HIDENAME(cerror)
ret
-1:
- PIC_PROLOGUE
- jmp PIC_PLT(HIDENAME(cerror))
END(syscall)
.section .note.GNU-stack,"",%progbits
OpenPOWER on IntegriCloud