Use correct function name in previous commit.

Submitted by:	jake
Pointy hat to:	jhb
This commit is contained in:
jhb 2002-09-19 19:51:56 +00:00
parent 59b24d359e
commit 848d0f0fb4

View File

@ -307,6 +307,6 @@ db_utrace(struct thread *td, struct trapframe *tf)
}
void
db_stack_trace_cmd(void)
db_print_backtrace(void)
{
}