mirror of
https://github.com/reactos/reactos.git
synced 2025-02-21 16:04:57 +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,
|
||||
ExceptionFrame);
|
||||
Handled = TRUE;
|
||||
break;
|
||||
|
||||
/* Anything else, do nothing */
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue