diff --git a/examples/naive/armv7m/loop_subs.s b/examples/naive/armv7m/loop_subs.s index f575461b..938198cc 100644 --- a/examples/naive/armv7m/loop_subs.s +++ b/examples/naive/armv7m/loop_subs.s @@ -9,4 +9,4 @@ start2: mul r1, r0, r8 eor.w r0, r1, r4 subs.w r5, r5, #1 - bne.w start2 // @slothy:branch \ No newline at end of file + bne.w start2 \ No newline at end of file