summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/unwarminder/backtrace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unwarminder/backtrace.c b/lib/unwarminder/backtrace.c
index 47898a9054..5612cfd74b 100644
--- a/lib/unwarminder/backtrace.c
+++ b/lib/unwarminder/backtrace.c
@@ -110,7 +110,7 @@ void backtrace(int pcAddr, int spAddr, unsigned *line)
{
UnwResult r;
- lcd_putsf(0, (*line)++, "bt pc: %08x, sp: %08x", pcAddr, spAddr);
+ lcd_putsf(0, (*line)++, "pc:%08x sp:%08x", pcAddr, spAddr);
lcd_update();
r = UnwindStart(pcAddr, spAddr, &cliCallbacks, (void *)line);