Skip to content

Commit

Permalink
Remove last trace of bounded pointer handling from ____longjmp_chk on…
Browse files Browse the repository at this point in the history
… x86-64.
  • Loading branch information
Ulrich Drepper committed Aug 1, 2009
1 parent bd03a1a commit 9663bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ ENTRY(____longjmp_chk)
movq %r8,%rsp
movq %r9,%rbp
jmpq *%rdx
END (BP_SYM (____longjmp_chk))
END (____longjmp_chk)

0 comments on commit 9663bb3

Please sign in to comment.