From 539058d4bc8983edc593ed859d71a6366fa22fe4 Mon Sep 17 00:00:00 2001 From: davidxu Date: Thu, 30 Sep 2010 03:16:35 +0000 Subject: Also the stop function should accept 64-bit exception class. --- include/unwind.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/unwind.h b/include/unwind.h index 0119bba..b877222 100644 --- a/include/unwind.h +++ b/include/unwind.h @@ -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 *); -- cgit v1.1