summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoranonymous <local@localhost>2010-09-18 12:49:19 +0000
committeranonymous <local@localhost>2010-09-18 12:49:19 +0000
commit8073c8af04ed8dcfbdd6545eeab8fa2d9f6ca046 (patch)
tree7b28326ca7894867292e3aa48dac3e804039bdb8
parentde57889786ea4bb7ab2be1c5a661d479b169b1a2 (diff)
downloadlibcxxrt-8073c8af04ed8dcfbdd6545eeab8fa2d9f6ca046.tar.gz
libcxxrt-8073c8af04ed8dcfbdd6545eeab8fa2d9f6ca046.tar.bz2
libcxxrt-8073c8af04ed8dcfbdd6545eeab8fa2d9f6ca046.tar.xz
Revert "Fix for 32bit mode"
This needed a test case and is incorrect based on further testing This reverts commit 34e644687dbbba757c91a4152fefdd27873e4ff3.
-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)
{