Use fake frame in KDBG mode, not DBG
Modified: trunk/reactos/ntoskrnl/ke/i386/trap.s

Modified: trunk/reactos/ntoskrnl/ke/i386/trap.s
--- trunk/reactos/ntoskrnl/ke/i386/trap.s	2005-04-23 18:41:02 UTC (rev 14788)
+++ trunk/reactos/ntoskrnl/ke/i386/trap.s	2005-04-23 19:23:00 UTC (rev 14789)
@@ -77,7 +77,7 @@
 	popl	%esi
 	popl	%ebx
 
-#ifdef DBG
+#ifdef KDBG
         /*
          * Cleanup the stack which was used to setup a trapframe with SS:ESP when called
          * from kmode.
@@ -106,7 +106,7 @@
 
 .globl _KiTrapProlog
 _KiTrapProlog:	
-#ifdef DBG
+#ifdef KDBG
         /*
          * If we were called from kmode we start setting up a new trapframe (with SS:ESP at the end)
          */