summaryrefslogtreecommitdiffstats
path: root/include/unwind.h
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2010-09-30 03:16:35 +0000
committerdavidxu <davidxu@FreeBSD.org>2010-09-30 03:16:35 +0000
commit539058d4bc8983edc593ed859d71a6366fa22fe4 (patch)
treecc802f0d16c1f133109a0bf58de3ec1024e6a7a9 /include/unwind.h
parent21042687c21f5d9c83d5008a046d30505617ee8e (diff)
downloadFreeBSD-src-539058d4bc8983edc593ed859d71a6366fa22fe4.zip
FreeBSD-src-539058d4bc8983edc593ed859d71a6366fa22fe4.tar.gz
Also the stop function should accept 64-bit exception class.
Diffstat (limited to 'include/unwind.h')
-rw-r--r--include/unwind.h2
1 files changed, 1 insertions, 1 deletions
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 *);
OpenPOWER on IntegriCloud