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:
Linus Nielsen Feltzing 2005-09-06 20:53:39 +00:00
parent 8fd5b177ed
commit fb1850b755

View file

@ -897,8 +897,8 @@ void UIE (unsigned int pc) /* Unexpected Interrupt or Exception */
#else
if (!(PBDR & 0x0100))
#endif
system_reboot();
#endif
system_reboot();
}
}