Date: Thu, 30 Sep 2010 03:16:35 +0000 (UTC) From: David Xu <davidxu@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r213290 - head/include Message-ID: <201009300316.o8U3GZkm051025@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 *);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009300316.o8U3GZkm051025>