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:
parent
983ad60182
commit
3d4456f568
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue