1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-05-28 21:48:19 +00:00

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; TrapFrame->Eip = (ULONG)KeUserExceptionDispatcher;
/* Dispatch exception to user-mode */ /* Dispatch exception to user-mode */
return; _SEH_YIELD(return);
} }
_SEH_EXCEPT(KiCopyInformation) _SEH_EXCEPT(KiCopyInformation)
{ {