projects
/
reactos.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[HAL]: Add debugging feature to HalpTrap06 error that sometimes happen. Please post...
[reactos.git]
/
reactos
/
hal
/
halx86
/
generic
/
bios.c
diff --git
a/reactos/hal/halx86/generic/bios.c
b/reactos/hal/halx86/generic/bios.c
index
4658e2e
..
206ca2d
100644
(file)
--- a/
reactos/hal/halx86/generic/bios.c
+++ b/
reactos/hal/halx86/generic/bios.c
@@
-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);
}