mirror of
https://github.com/reactos/reactos.git
synced 2025-06-12 09:48:30 +00:00
- Get back ExceptionCode changed in r38624.
svn path=/trunk/; revision=38637
This commit is contained in:
parent
39c466cd17
commit
9e8a571c11
1 changed files with 1 additions and 1 deletions
|
@ -1086,7 +1086,7 @@ KeRaiseUserException(IN NTSTATUS ExceptionCode)
|
||||||
_SEH2_EXCEPT(EXCEPTION_EXECUTE_HANDLER)
|
_SEH2_EXCEPT(EXCEPTION_EXECUTE_HANDLER)
|
||||||
{
|
{
|
||||||
/* Save exception code */
|
/* Save exception code */
|
||||||
Status = _SEH2_GetExceptionCode();
|
Status = ExceptionCode;
|
||||||
}
|
}
|
||||||
_SEH2_END;
|
_SEH2_END;
|
||||||
if (!NT_SUCCESS(Status)) return Status;
|
if (!NT_SUCCESS(Status)) return Status;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue