mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 18:37:08 +00:00
KdDebuggerEnable -> KdDebuggerEnabled
svn path=/trunk/; revision=3870
This commit is contained in:
parent
a7be665092
commit
785d4e6698
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
/* $Id: catch.c,v 1.26 2002/10/26 00:32:18 chorns Exp $
|
||||
/* $Id: catch.c,v 1.27 2002/12/11 04:39:20 robd Exp $
|
||||
*
|
||||
* PROJECT: ReactOS kernel
|
||||
* FILE: ntoskrnl/ke/catch.c
|
||||
|
@ -132,7 +132,7 @@ KiDispatchException(PEXCEPTION_RECORD ExceptionRecord,
|
|||
Action = KdEnterDebuggerException (ExceptionRecord, Context, Tf);
|
||||
}
|
||||
#ifdef KDBG
|
||||
else if (KdDebuggerEnable && KdDebugState & KD_DEBUG_KDB)
|
||||
else if (KdDebuggerEnabled && KdDebugState & KD_DEBUG_KDB)
|
||||
{
|
||||
Action = KdbEnterDebuggerException (ExceptionRecord, Context, Tf);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue