summaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/mach/hurd/i386/makecontext.S8
1 files changed, 0 insertions, 8 deletions
diff --git a/sysdeps/mach/hurd/i386/makecontext.S b/sysdeps/mach/hurd/i386/makecontext.S
index 072741a007..8364fb98ee 100644
--- a/sysdeps/mach/hurd/i386/makecontext.S
+++ b/sysdeps/mach/hurd/i386/makecontext.S
@@ -24,14 +24,6 @@
ENTRY(__makecontext)
movl 4(%esp), %eax
- subl $4, %esp
- cfi_adjust_cfa_offset (4)
- movl %eax, (%esp)
- call HIDDEN_JUMPTARGET (__makecontext_helper)
- addl $4, %esp
- cfi_adjust_cfa_offset (-4)
-
- movl 4(%esp), %eax
/* Load the address of the function we are supposed to run. */
movl 8(%esp), %ecx