Fixed KeRaiseUserException to return old EIP.

svn path=/trunk/; revision=9835
This commit is contained in:
Alex Ionescu 2004-06-23 19:48:39 +00:00
parent 814c815bc1
commit 96523ea314
2 changed files with 2 additions and 3 deletions

View file

@ -262,7 +262,7 @@ KeRaiseIrqlToDpcLevel (
* ARGUMENTS: * ARGUMENTS:
* ExceptionCode = Status code of the exception * ExceptionCode = Status code of the exception
*/ */
VOID NTSTATUS
STDCALL STDCALL
KeRaiseUserException ( KeRaiseUserException (
IN NTSTATUS ExceptionCode IN NTSTATUS ExceptionCode

View file

@ -80,8 +80,7 @@ BOOLEAN STDCALL KeRemoveQueueApc (PKAPC Apc);
PLIST_ENTRY STDCALL KeRundownQueue(IN PKQUEUE Queue); PLIST_ENTRY STDCALL KeRundownQueue(IN PKQUEUE Queue);
NTSTATUS STDCALL NTSTATUS STDCALL
KeRaiseUserException(NTSTATUS ExceptionCode); KeRaiseUserException(IN NTSTATUS ExceptionCode);
/* INITIALIZATION FUNCTIONS *************************************************/ /* INITIALIZATION FUNCTIONS *************************************************/