Fix little bug.
Modified: trunk/reactos/ntoskrnl/dbg/kdb.c
--- trunk/reactos/ntoskrnl/dbg/kdb.c 2005-03-31 17:11:43 UTC (rev 14391) +++ trunk/reactos/ntoskrnl/dbg/kdb.c 2005-03-31 18:26:31 UTC (rev 14392) @@ -1413,6 +1413,7 @@
/* Exception inside the debugger? Game over. */ if (InterlockedIncrement(&KdbEntryCount) > 1) {
+ Ke386RestoreFlags(OldEflags);
return kdHandleException; }