mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 10:37:38 -04:00
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
|
||||
if (!(PBDR & 0x0100))
|
||||
#endif
|
||||
system_reboot();
|
||||
#endif
|
||||
system_reboot();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue