Use fake frame in KDBG mode, not DBG

svn path=/trunk/; revision=14789
This commit is contained in:
Alex Ionescu 2005-04-23 19:23:00 +00:00
parent 8057554d01
commit 5673eb73b9

View file

@ -77,7 +77,7 @@ _KiTrapRet:
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 @@ _KiTrapRet:
.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)
*/