mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Revert change to ExSystemExceptionFilter.
svn path=/trunk/; revision=17075
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user