Author: davidxu
Date: Thu Sep 30 03:16:35 2010
New Revision: 213290
URL: http://svn.freebsd.org/changeset/base/213290

Log:
  Also the stop function should accept 64-bit exception class.

Modified:
  head/include/unwind.h

Modified: head/include/unwind.h
==============================================================================
--- head/include/unwind.h       Thu Sep 30 03:09:35 2010        (r213289)
+++ head/include/unwind.h       Thu Sep 30 03:16:35 2010        (r213290)
@@ -66,7 +66,7 @@ typedef void (*_Unwind_Exception_Cleanup
                                              struct _Unwind_Exception *);
 
 typedef _Unwind_Reason_Code (*_Unwind_Stop_Fn) (int, _Unwind_Action,
-                                               unsigned long,
+                                               __int64_t,
                                                struct _Unwind_Exception *,
                                                struct _Unwind_Context *,
                                                void *);
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to