Re: [PATCH 3/3] ntdll: fix up instruction pointer in context insideraise_exception

2007-02-19 Thread Peter Oberndorfer
On Monday 19 February 2007 09:37, Dmitry Timoshkov wrote: > "Peter Oberndorfer" <[EMAIL PROTECTED]> wrote: > > > I'm not fully sure if the fixup also happens for other architectures > > (i guess not) > > so this patch is more a RFC > > > @@ -336,6 +336,10 @@ static NTSTATUS raise_exception( EXCEP

Re: [PATCH 3/3] ntdll: fix up instruction pointer in context insideraise_exception

2007-02-19 Thread Dmitry Timoshkov
"Peter Oberndorfer" <[EMAIL PROTECTED]> wrote: I'm not fully sure if the fixup also happens for other architectures (i guess not) so this patch is more a RFC @@ -336,6 +336,10 @@ static NTSTATUS raise_exception( EXCEPTION_RECORD *rec, CONTEXT *context, BOOL f if (status == DBG_CONTI