mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +00:00
[NTOSKRNL]: 903 was not supposed to have this change.
svn path=/trunk/; revision=59905
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user