mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Also the stop function should accept 64-bit exception class.
This commit is contained in:
parent
0c8c77ad83
commit
3b38ea58b8
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue