From 58e8ec84f450f5f4eb00f4c445de9562bfa359e9 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 4 Sep 2003 05:57:06 +0000 Subject: Update. 22003-09-04 Jakub Jelinek * sysdeps/generic/unwind.h (_Unwind_GetBSP): Add prototype. 003-09-03 Ulrich Drepper --- nptl/unwind.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'nptl/unwind.c') diff --git a/nptl/unwind.c b/nptl/unwind.c index 9bde166480..a879e9297f 100644 --- a/nptl/unwind.c +++ b/nptl/unwind.c @@ -23,7 +23,7 @@ #include #include #include "pthreadP.h" - +#include "jmpbuf-unwind.h" #ifdef HAVE_FORCED_UNWIND @@ -41,8 +41,7 @@ unwind_stop (int version, _Unwind_Action actions, of a function is NOT within it's stack frame; it's the SP of the previous frame. */ if ((actions & _UA_END_OF_STACK) - || ! _JMPBUF_UNWINDS (buf->cancel_jmp_buf[0].jmp_buf, - _Unwind_GetCFA (context))) + || ! _JMPBUF_CFA_UNWINDS (buf->cancel_jmp_buf[0].jmp_buf, context)) __libc_longjmp ((struct __jmp_buf_tag *) buf->cancel_jmp_buf, 1); return _URC_NO_REASON; -- cgit v1.2.1