Revert change to ExSystemExceptionFilter. Modified: trunk/reactos/ntoskrnl/ex/error.c _____
Modified: trunk/reactos/ntoskrnl/ex/error.c --- trunk/reactos/ntoskrnl/ex/error.c 2005-08-05 18:26:43 UTC (rev 17074) +++ trunk/reactos/ntoskrnl/ex/error.c 2005-08-05 18:27:06 UTC (rev 17075) @@ -82,15 +82,7 @@
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 }
/*