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:
parent
0c8c77ad83
commit
3b38ea58b8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=213290
@ -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 *);
|
||||
|
Loading…
Reference in New Issue
Block a user