summaryrefslogtreecommitdiffstats
path: root/lib/libc/i386/sys/exect.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/i386/sys/exect.S')
-rw-r--r--lib/libc/i386/sys/exect.S3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/i386/sys/exect.S b/lib/libc/i386/sys/exect.S
index 3ae87b8..1378b4b 100644
--- a/lib/libc/i386/sys/exect.S
+++ b/lib/libc/i386/sys/exect.S
@@ -47,8 +47,7 @@ ENTRY(exect)
pushl %edx
popf
KERNCALL
- PIC_PROLOGUE
- jmp PIC_PLT(HIDENAME(cerror)) /* exect(file, argv, env); */
+ jmp HIDENAME(cerror) /* exect(file, argv, env); */
END(exect)
.section .note.GNU-stack,"",%progbits
OpenPOWER on IntegriCloud