mirror of
https://github.com/reactos/reactos.git
synced 2024-12-31 19:42:51 +00:00
[NTOSKRNL]: 903 was not supposed to have this change.
svn path=/trunk/; revision=59905
This commit is contained in:
parent
d9289eb230
commit
2e04ff140b
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue