User exception handling doesn't work yet

svn path=/trunk/; revision=1716
This commit is contained in:
David Welch 2001-03-20 00:52:21 +00:00
parent cebfcd7c5e
commit 32e24ab35e

View file

@ -234,10 +234,12 @@ 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