aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb/db_command.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2018-04-17 15:44:05 +0000
committerWarner Losh <imp@FreeBSD.org>2018-04-17 15:44:05 +0000
commit3531bbb5eae6a1b9b7088d4cd911d84139244724 (patch)
tree0e69fc793f5243d1e898d9373916ced2260d2dd9 /sys/ddb/db_command.c
parent5eaf9435d043ada2459cca87079dd1817db51768 (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 a43305b6bbc0..db791582f29a 100644
--- a/sys/ddb/db_command.c
+++ b/sys/ddb/db_command.c
@@ -812,6 +812,7 @@ db_stack_trace(db_expr_t tid, bool hastid, db_expr_t count, char *modif)
if (!db_expression(&count)) {
db_printf("Count missing\n");
db_flush_lex();
+ db_radix = radix;
return;
}
} else {