mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
[NtOSKrnl]
- Fix status return from user mode callback. See CORE-9039. svn path=/trunk/; revision=66031
This commit is contained in:
parent
ad29cd12e8
commit
5598f29e06
1 changed files with 0 additions and 1 deletions
|
@ -179,7 +179,6 @@ KeUserModeCallback(IN ULONG RoutineIndex,
|
|||
{
|
||||
/* Only restore the exception list if we didn't crash in ring 3 */
|
||||
Teb->NtTib.ExceptionList = ExceptionList;
|
||||
CallbackStatus = STATUS_SUCCESS;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue