mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Restore backtrace which was accidentely commented out
Change-Id: Ic6e945ffa5b83a38efdbecc3aea2433b1d91bb45
This commit is contained in:
parent
733eb9af40
commit
a42f5736b1
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ void NORETURN_ATTR UIE(unsigned int pc, unsigned int num)
|
||||||
if (!triggered)
|
if (!triggered)
|
||||||
{
|
{
|
||||||
triggered = true;
|
triggered = true;
|
||||||
//backtrace(pc, __get_sp(), &line);
|
backtrace(pc, __get_sp(), &line);
|
||||||
}
|
}
|
||||||
|
|
||||||
lcd_update();
|
lcd_update();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue