mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Use _SEH_YIELD() to return from PSEH block. Thanks to Alex Ionescu.
svn path=/trunk/; revision=26617
This commit is contained in:
@@ -982,7 +982,7 @@ DispatchToUser:
|
||||
TrapFrame->Eip = (ULONG)KeUserExceptionDispatcher;
|
||||
|
||||
/* Dispatch exception to user-mode */
|
||||
return;
|
||||
_SEH_YIELD(return);
|
||||
}
|
||||
_SEH_EXCEPT(KiCopyInformation)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user