mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 19:55:41 +00:00
[NTOS:KD] Remove an unreachable "break;"
On behalf of Kudratov Olimjon. CORE-8545
This commit is contained in:
parent
1acb5a9fab
commit
561a10056b
1 changed files with 0 additions and 1 deletions
|
@ -1525,7 +1525,6 @@ KdpGdbEnterDebuggerException(PEXCEPTION_RECORD ExceptionRecord,
|
||||||
ExReleaseFastMutex(&GspLock);
|
ExReleaseFastMutex(&GspLock);
|
||||||
DPRINT("Thread %p leaving stub\n", PsGetCurrentThread());
|
DPRINT("Thread %p leaving stub\n", PsGetCurrentThread());
|
||||||
return kdContinue;
|
return kdContinue;
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
case 'k': /* kill the program */
|
case 'k': /* kill the program */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue