summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-12-27 22:37:37 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-12-27 22:37:37 +0000
commit27f4f51829beec176505aafc39dca30d8a856a5f (patch)
treedfd6ce560978a83358e5ab6776378f8fbc57c378
parentb4e90ccd813fcc25273e44f19dfc67c836602087 (diff)
fix merge
-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