mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 21:46:05 +00:00
[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:
parent
4206bf49f4
commit
0eef75a032
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue