svn commit: r213290 - head/include

David Xu davidxu at FreeBSD.org
Thu Sep 30 03:16:35 UTC 2010


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 *);


More information about the svn-src-all mailing list