mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
unwarminder: make SP and PC visible on smaller screens
Change-Id: I78c0e6edb1ad097154885b9fa93d74616047cbc1
This commit is contained in:
parent
49cded1704
commit
a46e0b02c1
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue