This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch/RFC] SEH exceptions for Win64


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~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]