Fix a typo where db_printf was spelt printf.
This commit is contained in:
parent
d80f56e15e
commit
0234dfbfdc
@ -377,7 +377,7 @@ db_stack_trace_cmd(struct unwind_state *state)
|
||||
index = db_find_index(state->start_pc);
|
||||
|
||||
if (index->insn == EXIDX_CANTUNWIND) {
|
||||
printf("Unable to unwind\n");
|
||||
db_printf("Unable to unwind\n");
|
||||
break;
|
||||
} else if (index->insn & (1 << 31)) {
|
||||
/* The data is within the instruction */
|
||||
|
Loading…
x
Reference in New Issue
Block a user