diff --git a/reactos/ntoskrnl/ke/i386/exp.c b/reactos/ntoskrnl/ke/i386/exp.c index 6732cfa6d1b..c63e6bd14c9 100644 --- a/reactos/ntoskrnl/ke/i386/exp.c +++ b/reactos/ntoskrnl/ke/i386/exp.c @@ -234,11 +234,13 @@ KiTrapHandler(PKTRAP_FRAME Tf, ULONG ExceptionNr) } } +#if 0 if ((Tf->Cs & 0xFFFF) == USER_CS) { return(KiUserTrapHandler(Tf, ExceptionNr, (PVOID)cr2)); } - +#endif + /* * Print out the CPU registers */