svn commit: r212076 - head/lib/libthr/thread

David Xu davidxu at freebsd.org
Thu Sep 2 09:35:41 UTC 2010


Kostik Belousov wrote:

>> the tf_err may not be equal to ksi_addr! This may need to be fixed.
>>
> The change was introduced by
> r151316 | davidxu | 2005-10-14
>       /* Old FreeBSD-style arguments. */
> -     sf.sf_siginfo = code;
> -     sf.sf_addr = regs->tf_err;
> +     sf.sf_siginfo = ksi->ksi_code;
> +     sf.sf_addr = (register_t)ksi->ksi_addr;
>       sf.sf_ahu.sf_handler = catcher;
> 
:(



More information about the svn-src-all mailing list