aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/mips/makecontext.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/linux/mips/makecontext.S')
-rw-r--r--sysdeps/unix/sysv/linux/mips/makecontext.S5
1 files changed, 0 insertions, 5 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/makecontext.S b/sysdeps/unix/sysv/linux/mips/makecontext.S
index 4439fec3ff..3f40f7c9f2 100644
--- a/sysdeps/unix/sysv/linux/mips/makecontext.S
+++ b/sysdeps/unix/sysv/linux/mips/makecontext.S
@@ -93,11 +93,6 @@ NESTED (__makecontext, FRAMESZ, ra)
REG_S a7, A7OFF(sp)
#endif
- /* Store a magic flag. */
- li v1, 1
- /* zero */
- REG_S v1, (MCONTEXT_GREGOFF + 0 * MCONTEXT_GREGSZ + MCONTEXT_GREGS)(a0)
-
/* Set up the stack. */
PTR_L t0, STACK_SP(a0)
PTR_L t2, STACK_SIZE(a0)