summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/exception.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exception.cc b/src/exception.cc
index 356fd2d..abbc662 100644
--- a/src/exception.cc
+++ b/src/exception.cc
@@ -645,7 +645,7 @@ static bool check_action_record(_Unwind_Context *context,
*/
extern "C" _Unwind_Reason_Code __gxx_personality_v0(int version,
_Unwind_Action actions,
- unsigned long exceptionClass,
+ uint64_t exceptionClass,
struct _Unwind_Exception *exceptionObject,
struct _Unwind_Context *context)
{