summaryrefslogtreecommitdiff
path: root/sys/ddb/db_command.c
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2003-07-31 17:27:52 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2003-07-31 17:27:52 +0000
commit1e16f6098bf69794d9be2a7722a1ee1ac090508d (patch)
tree2e3958472b2e92004d1cf78c61cbb91760f2f2b8 /sys/ddb/db_command.c
parent69e4c730376c7789a1f05e654f2eaaf3c4937be9 (diff)
Notes
Diffstat (limited to 'sys/ddb/db_command.c')
-rw-r--r--sys/ddb/db_command.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c
index ff895c72acf5..56d3ed1f87d3 100644
--- a/sys/ddb/db_command.c
+++ b/sys/ddb/db_command.c
@@ -344,6 +344,7 @@ db_command(last_cmdp, cmd_table, aux_cmd_tablep, aux_cmd_tablep_end)
* Execute the command.
*/
(*cmd->fcn)(addr, have_addr, count, modif);
+ db_setup_paging(NULL, NULL, -1);
if (cmd->flag & CS_SET_DOT) {
/*