From 0eef75a0327316c230e14a91820965d50debec32 Mon Sep 17 00:00:00 2001 From: Sir Richard Date: Sat, 30 Jan 2010 16:40:57 +0000 Subject: [PATCH] [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 --- reactos/hal/halx86/generic/bios.c | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/hal/halx86/generic/bios.c b/reactos/hal/halx86/generic/bios.c index 4658e2e0240..206ca2d3e3d 100644 --- 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); } -- 2.17.1