mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
User exception handling doesn't work yet
svn path=/trunk/; revision=1716
This commit is contained in:
parent
cebfcd7c5e
commit
32e24ab35e
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue