mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[NTOS]
- Fix handling of command strings in KdpTrap. svn path=/trunk/; revision=56034
This commit is contained in:
parent
b244ec1114
commit
5219e590b0
1 changed files with 1 additions and 0 deletions
|
@ -231,6 +231,7 @@ KdpTrap(IN PKTRAP_FRAME TrapFrame,
|
||||||
TrapFrame,
|
TrapFrame,
|
||||||
ExceptionFrame);
|
ExceptionFrame);
|
||||||
Handled = TRUE;
|
Handled = TRUE;
|
||||||
|
break;
|
||||||
|
|
||||||
/* Anything else, do nothing */
|
/* Anything else, do nothing */
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in a new issue