1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-28 08:02:54 +00:00

Also the stop function should accept 64-bit exception class.

This commit is contained in:
David Xu 2010-09-30 03:16:35 +00:00
parent 0c8c77ad83
commit 3b38ea58b8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=213290

View File

@ -66,7 +66,7 @@ typedef void (*_Unwind_Exception_Cleanup_Fn) (_Unwind_Reason_Code,
struct _Unwind_Exception *);
typedef _Unwind_Reason_Code (*_Unwind_Stop_Fn) (int, _Unwind_Action,
unsigned long,
__int64_t,
struct _Unwind_Exception *,
struct _Unwind_Context *,
void *);