mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 23:42:57 +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:
|
* 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
|
||||||
|
|
|
@ -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 *************************************************/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue