summaryrefslogtreecommitdiffstats
path: root/contrib/libcxxrt/unwind-arm.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libcxxrt/unwind-arm.h')
-rw-r--r--contrib/libcxxrt/unwind-arm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libcxxrt/unwind-arm.h b/contrib/libcxxrt/unwind-arm.h
index 8c1fa16..52e563e 100644
--- a/contrib/libcxxrt/unwind-arm.h
+++ b/contrib/libcxxrt/unwind-arm.h
@@ -218,6 +218,6 @@ _Unwind_Reason_Code name(_Unwind_State state,\
break;\
}\
}\
- _Unwind_SetGR (context, 12, (unsigned long)exceptionObject);\
+ _Unwind_SetGR (context, 12, reinterpret_cast<unsigned long>(exceptionObject));\
#define CALL_PERSONALITY_FUNCTION(name) name(state,exceptionObject,context)
OpenPOWER on IntegriCloud