https://git.reactos.org/?p=reactos.git;a=commitdiff;h=561a10056b1b56e80815a781dc1c54bde1b8d442
commit 561a10056b1b56e80815a781dc1c54bde1b8d442 Author: Serge Gautherie <[email protected]> AuthorDate: Thu Oct 11 01:22:05 2018 +0200 Commit: Pierre Schweitzer <[email protected]> CommitDate: Fri Oct 12 08:43:02 2018 +0200 [NTOS:KD] Remove an unreachable "break;" On behalf of Kudratov Olimjon. CORE-8545 --- ntoskrnl/kd/wrappers/gdbstub_powerpc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ntoskrnl/kd/wrappers/gdbstub_powerpc.c b/ntoskrnl/kd/wrappers/gdbstub_powerpc.c index a0c1ba521c..edc6904d25 100644 --- a/ntoskrnl/kd/wrappers/gdbstub_powerpc.c +++ b/ntoskrnl/kd/wrappers/gdbstub_powerpc.c @@ -1525,7 +1525,6 @@ KdpGdbEnterDebuggerException(PEXCEPTION_RECORD ExceptionRecord, ExReleaseFastMutex(&GspLock); DPRINT("Thread %p leaving stub\n", PsGetCurrentThread()); return kdContinue; - break; } case 'k': /* kill the program */
