svn path=/trunk/; revision=45298
TrapFrame);
}
- /* Check for custom VDM trap handler */
- if (KeGetPcr()->VdmAlert)
- {
- /* Not implemented */
- UNIMPLEMENTED;
- while (TRUE);
- }
-
/*
* Check for a fault during checking of the user instruction.
*
/* Save trap frame */
KiEnterTrap(TrapFrame);
- /* Check for custom VDM trap handler */
- if (KeGetPcr()->VdmAlert)
- {
- /* Not implemented */
- UNIMPLEMENTED;
- while (TRUE);
- }
-
/* Check if this is the base frame */
Thread = KeGetCurrentThread();
if (KeGetTrapFrame(Thread) != TrapFrame)