On 07/13/2012 07:13 AM, Tristan Gingold wrote:
> +_Unwind_RaiseException (struct _Unwind_Exception *exc)
> +{
> +  memset (exc->private_, 0, sizeof (exc->private_));
> +
> +  RaiseException (STATUS_GCC_THROW, 0, 1, (ULONG_PTR *)&exc);

We almost certainly didn't want pointer-to-pointer...


r~

Reply via email to