[HAL]: Add debugging feature to HalpTrap06 error that sometimes happen. Please post/email/IM your trap frame should you see this error.

svn path=/trunk/; revision=45348
This commit is contained in:
Sir Richard 2010-01-30 16:40:57 +00:00
parent 4206bf49f4
commit 0eef75a032

View file

@ -226,6 +226,7 @@ HalpTrap0DHandler(IN PKTRAP_FRAME TrapFrame)
/* Strange, it isn't! This can happen during NMI */
DPRINT1("HAL: Trap0D while not in V86 mode\n");
KiDumpTrapFrame(TrapFrame);
while (TRUE);
}