Doh, missed a printf -> db_printf in the previous commit.

This commit is contained in:
jhb 2001-06-22 15:37:48 +00:00
parent 377cdacb0e
commit b6786eca7f

View File

@ -327,7 +327,7 @@ db_stack_trace_cmd(db_expr_t addr, boolean_t have_addr, db_expr_t count, char *m
}
db_printf(" ---\n");
if (tfps & ALPHA_PSL_USERMODE) {
printf("--- user mode ---\n");
db_printf("--- user mode ---\n");
break; /* Terminate search. */
}
have_trapframe = 1;