summaryrefslogtreecommitdiffstats
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,
commit_discard_idcache();
asm volatile(
"jr %0 \n"
+ "nop\n"
: : "r"(dest)
);
#endif