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

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 *);