diff options
Diffstat (limited to 'sys/ddb/db_watch.c')
| -rw-r--r-- | sys/ddb/db_watch.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/ddb/db_watch.c b/sys/ddb/db_watch.c index b2be970715ad..44ca191f72c4 100644 --- a/sys/ddb/db_watch.c +++ b/sys/ddb/db_watch.c @@ -303,8 +303,8 @@ db_deletehwatch_cmd(addr, have_addr, count, modif) { int rc; - if (count < 0) - count = 4; + if (count < 0) + count = 4; rc = db_md_clr_watchpoint(addr, count); if (rc < 0) @@ -322,8 +322,8 @@ db_hwatchpoint_cmd(addr, have_addr, count, modif) { int rc; - if (count < 0) - count = 4; + if (count < 0) + count = 4; rc = db_md_set_watchpoint(addr, count); if (rc < 0) |
