Revert change to ExSystemExceptionFilter.

svn path=/trunk/; revision=17075
This commit is contained in:
Filip Navara 2005-08-05 18:27:06 +00:00
parent e86cc8cec8
commit 638c41010a

View file

@ -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
}
/*