Use _SEH_YIELD() to return from PSEH block. Thanks to Alex Ionescu.

svn path=/trunk/; revision=26617
This commit is contained in:
Dmitry Gorbachev 2007-05-01 19:07:11 +00:00
parent 983ad60182
commit 3d4456f568

View file

@ -982,7 +982,7 @@ DispatchToUser:
TrapFrame->Eip = (ULONG)KeUserExceptionDispatcher;
/* Dispatch exception to user-mode */
return;
_SEH_YIELD(return);
}
_SEH_EXCEPT(KiCopyInformation)
{