[NTOSKRNL]: 903 was not supposed to have this change.

svn path=/trunk/; revision=59905
This commit is contained in:
Alex Ionescu 2013-08-30 17:28:45 +00:00
parent d9289eb230
commit 2e04ff140b

View file

@ -1236,12 +1236,14 @@ KiTrap0EHandler(IN PKTRAP_FRAME TrapFrame)
}
else
{
#if 0
/* Do what windows does and issue an invalid access violation */
KiDispatchException2Args(KI_EXCEPTION_ACCESS_VIOLATION,
TrapFrame->Eip,
TrapFrame->ErrCode & 2 ? TRUE : FALSE,
Cr2,
TrapFrame);
#endif
}
}