summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/rolo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/rolo.c b/firmware/rolo.c
index f58b56e827..622110576a 100644
--- a/firmware/rolo.c
+++ b/firmware/rolo.c
@@ -204,6 +204,7 @@ void rolo_restart(const unsigned char* source, unsigned char* dest,
204 commit_discard_idcache(); 204 commit_discard_idcache();
205 asm volatile( 205 asm volatile(
206 "jr %0 \n" 206 "jr %0 \n"
207 "nop\n"
207 : : "r"(dest) 208 : : "r"(dest)
208 ); 209 );
209#endif 210#endif