[ros-diffs] [ion] 14789: Use fake frame in KDBG mode, not DBG
ion at svn.reactos.com
ion at svn.reactos.com
Sat Apr 23 21:23:02 CEST 2005
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)
*/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050423/14c1b5b9/attachment.html
More information about the Ros-diffs
mailing list