mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Revert change to ExSystemExceptionFilter.
svn path=/trunk/; revision=17075
This commit is contained in:
parent
e86cc8cec8
commit
638c41010a
1 changed files with 0 additions and 8 deletions
|
@ -82,15 +82,7 @@ LONG
|
|||
STDCALL
|
||||
ExSystemExceptionFilter(VOID)
|
||||
{
|
||||
/*
|
||||
* The PreviousMode always happens to be KernelMode since the exception
|
||||
* happens in kenrel mode. FIXME: Is this correct behaviour?
|
||||
*/
|
||||
#if 0
|
||||
return KeGetPreviousMode() != KernelMode ? EXCEPTION_EXECUTE_HANDLER : EXCEPTION_CONTINUE_SEARCH;
|
||||
#else
|
||||
return EXCEPTION_EXECUTE_HANDLER;
|
||||
#endif
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue