summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoranonymous <local@localhost>2010-09-13 10:13:29 +0700
committeranonymous <local@localhost>2010-09-13 10:13:29 +0700
commit6836eb5f4154eb269c746a9af394b2167cbbdaae (patch)
treec505febd2f6f949f372b0080c1c5b22ba2788ef9 /src
parentba48c0d0253aaf32d897480b5f98dadcde86671a (diff)
downloadlibcxxrt-6836eb5f4154eb269c746a9af394b2167cbbdaae.tar.gz
libcxxrt-6836eb5f4154eb269c746a9af394b2167cbbdaae.tar.bz2
libcxxrt-6836eb5f4154eb269c746a9af394b2167cbbdaae.tar.xz
Fix for 32bit 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 5c7bb8e..ada0c3a 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,
- uint64_t exceptionClass,
+ unsigned long exceptionClass,
struct _Unwind_Exception *exceptionObject,
struct _Unwind_Context *context)
{