mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
Fix little bug.
svn path=/trunk/; revision=14392
This commit is contained in:
parent
91203bfc8d
commit
3d737b9d74
1 changed files with 1 additions and 0 deletions
|
@ -1413,6 +1413,7 @@ KdbEnterDebuggerException(
|
|||
/* Exception inside the debugger? Game over. */
|
||||
if (InterlockedIncrement(&KdbEntryCount) > 1)
|
||||
{
|
||||
Ke386RestoreFlags(OldEflags);
|
||||
return kdHandleException;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue