Fix little bug.

svn path=/trunk/; revision=14392
This commit is contained in:
Gregor Anich 2005-03-31 18:26:31 +00:00
parent 91203bfc8d
commit 3d737b9d74

View file

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