mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Use fake frame in KDBG mode, not DBG
svn path=/trunk/; revision=14789
This commit is contained in:
parent
8057554d01
commit
5673eb73b9
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue