Remove last trace of bounded pointer handling from ____longjmp_chk on x86-64.

This commit is contained in:
Ulrich Drepper 2009-08-01 14:18:58 -07:00
parent bd03a1afa2
commit 9663bb3e2c

View File

@ -106,4 +106,4 @@ ENTRY(____longjmp_chk)
movq %r8,%rsp
movq %r9,%rbp
jmpq *%rdx
END (BP_SYM (____longjmp_chk))
END (____longjmp_chk)