mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 02:05:46 +00:00
[NTOS:KDBG] Minor code style for the following commits
This commit is contained in:
parent
478a9030a5
commit
842e40d7cd
3 changed files with 5 additions and 9 deletions
|
@ -147,7 +147,7 @@ KdpTrap(IN PKTRAP_FRAME TrapFrame,
|
|||
|
||||
/*
|
||||
* Check if we got a STATUS_BREAKPOINT with a SubID for Print, Prompt or
|
||||
* Load/Unload symbols. Make sure it isn't a software breakpoints as those
|
||||
* Load/Unload symbols. Make sure it isn't a software breakpoint as those
|
||||
* are handled by KdpReport.
|
||||
*/
|
||||
if ((ExceptionRecord->ExceptionCode == STATUS_BREAKPOINT) &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue