mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:05:41 +00:00
Fixed KeRaiseUserException to return old EIP.
svn path=/trunk/; revision=9835
This commit is contained in:
parent
814c815bc1
commit
96523ea314
2 changed files with 2 additions and 3 deletions
|
@ -262,7 +262,7 @@ KeRaiseIrqlToDpcLevel (
|
|||
* ARGUMENTS:
|
||||
* ExceptionCode = Status code of the exception
|
||||
*/
|
||||
VOID
|
||||
NTSTATUS
|
||||
STDCALL
|
||||
KeRaiseUserException (
|
||||
IN NTSTATUS ExceptionCode
|
||||
|
|
|
@ -80,8 +80,7 @@ BOOLEAN STDCALL KeRemoveQueueApc (PKAPC Apc);
|
|||
PLIST_ENTRY STDCALL KeRundownQueue(IN PKQUEUE Queue);
|
||||
|
||||
NTSTATUS STDCALL
|
||||
KeRaiseUserException(NTSTATUS ExceptionCode);
|
||||
|
||||
KeRaiseUserException(IN NTSTATUS ExceptionCode);
|
||||
|
||||
/* INITIALIZATION FUNCTIONS *************************************************/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue