From 660d78d9fc6759adffe1dbb715dcc2d6747da069 Mon Sep 17 00:00:00 2001 From: "Matthias J. Kannwischer" Date: Thu, 2 Jan 2025 15:25:30 +0800 Subject: [PATCH] remove branch annotiation --- examples/naive/armv7m/loop_subs.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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