summaryrefslogtreecommitdiff
path: root/firmware/system.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/system.c')
-rw-r--r--firmware/system.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/system.c b/firmware/system.c
index c9d1c6e153..25377f3b86 100644
--- a/firmware/system.c
+++ b/firmware/system.c
@@ -312,7 +312,7 @@ void system_reboot (void)
312 ICR = 0; 312 ICR = 0;
313 313
314 asm volatile ("jmp @%0; mov.l @%1,r15" : : 314 asm volatile ("jmp @%0; mov.l @%1,r15" : :
315 "r"(*(char*)0),"r"(4)); 315 "r"(*(int*)0),"r"(4));
316} 316}
317 317
318void UIE (unsigned int pc) /* Unexpected Interrupt or Exception */ 318void UIE (unsigned int pc) /* Unexpected Interrupt or Exception */