mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Fix little bug.
svn path=/trunk/; revision=14392
This commit is contained in:
@@ -1413,6 +1413,7 @@ KdbEnterDebuggerException(
|
||||
/* Exception inside the debugger? Game over. */
|
||||
if (InterlockedIncrement(&KdbEntryCount) > 1)
|
||||
{
|
||||
Ke386RestoreFlags(OldEflags);
|
||||
return kdHandleException;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user