summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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