forked from len0rd/rockbox
Moved the system_reboot() call to the correct place
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7483 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8fd5b177ed
commit
fb1850b755
1 changed files with 1 additions and 1 deletions
|
@ -897,8 +897,8 @@ void UIE (unsigned int pc) /* Unexpected Interrupt or Exception */
|
||||||
#else
|
#else
|
||||||
if (!(PBDR & 0x0100))
|
if (!(PBDR & 0x0100))
|
||||||
#endif
|
#endif
|
||||||
system_reboot();
|
|
||||||
#endif
|
#endif
|
||||||
|
system_reboot();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue