Fix little bug.
authorGregor Anich <blight@blight.eu.org>
Thu, 31 Mar 2005 18:26:31 +0000 (18:26 +0000)
committerGregor Anich <blight@blight.eu.org>
Thu, 31 Mar 2005 18:26:31 +0000 (18:26 +0000)
svn path=/trunk/; revision=14392

reactos/ntoskrnl/dbg/kdb.c

index fa9b6de..f6a0863 100644 (file)
@@ -1413,6 +1413,7 @@ KdbEnterDebuggerException(
    /* Exception inside the debugger? Game over. */
    if (InterlockedIncrement(&KdbEntryCount) > 1)
    {
+      Ke386RestoreFlags(OldEflags);
       return kdHandleException;
    }