From fb1850b755708e98f63583cc1571036b2fc6bbb8 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Tue, 6 Sep 2005 20:53:39 +0000 Subject: Moved the system_reboot() call to the correct place git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7483 a1c6a512-1295-4272-9138-f99709370657 --- firmware/system.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware') diff --git a/firmware/system.c b/firmware/system.c index e6ea543069..20dc7c5241 100644 --- a/firmware/system.c +++ b/firmware/system.c @@ -897,8 +897,8 @@ void UIE (unsigned int pc) /* Unexpected Interrupt or Exception */ #else if (!(PBDR & 0x0100)) #endif - system_reboot(); #endif + system_reboot(); } } -- cgit